Skip to content

Instantly share code, notes, and snippets.

@grimorde
Created February 20, 2020 12:37
Show Gist options
  • Save grimorde/ba2882e916c466ddd265460463fdc421 to your computer and use it in GitHub Desktop.
Save grimorde/ba2882e916c466ddd265460463fdc421 to your computer and use it in GitHub Desktop.
Using the Direction Icon Converter
<Label
Grid.Column="0"
FontFamily="{StaticResource MaterialFontFamily}"
Style="{StaticResource IconStyle}"
Text="{Binding Direction, Converter={StaticResource DirectionIconConverter}}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment