To create an image button, set the ImageSource property to an image file or a vector image.
XAML:
<Button x:Name="button" ImageSource="icon.png"/>To create an image button, set the ImageSource property to an image file or a vector image.
XAML:
<Button x:Name="button" ImageSource="icon.png"/>
Share with