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
Try setting HorizontalAlignment and VerticalAlignment to Stretch and Dock to Fill.
HorizontalAlignment
VerticalAlignment
Stretch
Dock
Fill