Skip to content

Instantly share code, notes, and snippets.

@barbosa-renan
Created August 30, 2019 01:26
Show Gist options
  • Save barbosa-renan/05454c1aefed07db9ef38530632dab5b to your computer and use it in GitHub Desktop.
Save barbosa-renan/05454c1aefed07db9ef38530632dab5b to your computer and use it in GitHub Desktop.
Font Image Xamarin
<ImageButton>
<ImageButton.Source>
<FontImageSource
FontFamily="{StaticResource MyFontFamily}"
Glyph="{StaticResource SmileFace}"
Color="{StaticResource PrimaryColor}" />
</Image.Source>
</ImageButton>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment