A button typically displays text, while an ImageButton displays an image. Both respond to user clicks.
XAML:
<ImageButton x:Name="imageButton" Source="icon.png"/>A button typically displays text, while an ImageButton displays an image. Both respond to user clicks.
XAML:
<ImageButton x:Name="imageButton" Source="icon.png"/>
Share with