I’ve created an image button via xaml:
<Button x:Name="btnAdd5" Grid.Column="12" Grid.Row="6" Visibility="Visible" >
<Image Source="/MyApp;component/Images/Icons/add-icon.png" />
</Button>
At the xaml designer, everything is fine, but during the Debug Mode I do only see a little dot.
What did I do wrong?
Try to put the image as below :