Sorry for the confusing name, but I'm not sure what to name them. I say this:
<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=""/>
</Style>
There are a few of them in StandardStyles.xaml, but I have no idea how this works, any idea?
Thank!
Carlo source
share