When I set a background to a button it does not cover the entire button. There is some offset or padding with background and button. How do I make the background cover entire Button?
<Button.Background >
<ImageBrush x:Name="LoginImg" source="fv.img" ></ImageBrush>
</Button.Background>