StandardStyles中的"&#xE100"值

Car*_*rlo 3 xml xaml windows-8 windows-runtime winrt-xaml

对不起令人困惑的标题,但我不知道该怎么称呼它们.我在说这个:

<Style x:Key="SkipBackAppBarButtonStyle" TargetType="Button" BasedOn="{StaticResource AppBarButtonStyle}">
    <Setter Property="AutomationProperties.AutomationId" Value="SkipBackAppBarButton"/>
    <Setter Property="AutomationProperties.Name" Value="Skip Back"/>
    <Setter Property="Content" Value="&#xE100;"/> <!-- This one -->
</Style>
Run Code Online (Sandbox Code Playgroud)

StandardStyles.xaml中有几个,但我不知道它是如何工作的,任何想法?

谢谢!

Fil*_*kun 7

这些是Segoe UI字体中的XML /十六进制编码的Unicode字符.基本上是字体glyps形式的图标.WinRT XAML工具包中有一个"样式浏览器"应用程序,可显示所有图标,包括Tim Heuer在其博客文章中共享的150个图标.