Skip to content

TextButton

Rico Suter edited this page Jul 8, 2015 · 3 revisions
  • Package: MyToolkit.Extended
  • Platforms: WinRT, UWP

Used to display an icon from a font and a header.

The following sample XAML code displays an X icon:

<Controls:TextButton Command="{Binding MyButtonCommand}" Content="&#xE10A;" />

The codes can be found in the Windows' "Character Map" tool by selecting the "Segoe UI Symbol" font.