Hello,
I have a general problem with rendering a picture on a button.
I have tried several options that I found on internet.
Here is my code snippet:
<Button Name="AboutBtn" Height="30" Width="30"><Button.Template><ControlTemplate><Image Source="/Images/qMark.png" Visibility="Visible" Stretch="Fill" Height="30" Width="30"/></ControlTemplate></Button.Template></Button>
What can be a problem that the image doesn't render?
I have tried to add to source the:"pack://siteoforigin:,,,", however it did not help.
Thanks,
Nikolay.