Hello Everybody,
I have run into a bit of a trouble here
I wish to set the background image of a button
I have written this XAML
<Button.Background>
<ImageBrush ImageSource="/UIDesign;component/Images/Settings.png" />
</Button.Background>
but when i run the application and hover the mouse over the button, the background goes away and default button background comes in. I wish it to stay even when i hover the mouse
Am i missing something really obvious?
How do i do this?
Please help
VV1