I have Button on my WPF app and I want an Image to fill the Button completely. Currently I have The following code and it does not fil
Button
Image
Set HorizontalContentAlignment and VerticalContentAlignment Properties of the Button to be Stretch :
HorizontalContentAlignment
VerticalContentAlignment
Stretch
See this question and this link for more