“&#xE100” values in StandardStyles

dvdno

New Member
Sorry for the confusing title, but I'm not sure what to call those. I'm talking about this:\[code\]<Style x:Key="SkipBackAppBarButtonStyle" TargetType="Button" BasedOn="{StaticResource AppBarButtonStyle}"> <Setter Property="AutomationProperties.AutomationId" Value="http://stackoverflow.com/questions/10626663/SkipBackAppBarButton"/> <Setter Property="AutomationProperties.Name" Value="http://stackoverflow.com/questions/10626663/Skip Back"/> <Setter Property="Content" Value="http://stackoverflow.com/questions/10626663/"/> <!-- This one --></Style>\[/code\]There are several of those in StandardStyles.xaml, but I have no idea how it works, any idea?Thanks!
 
Top