Skip to content

Instantly share code, notes, and snippets.

@yesez
Last active December 15, 2015 10:38
Show Gist options
  • Save yesez/5246642 to your computer and use it in GitHub Desktop.
Save yesez/5246642 to your computer and use it in GitHub Desktop.
estilos por defecto en AppBarButtons de Windows Store Apps
<Style x:Key="PlayAppBarButtonStyle" TargetType="ButtonBase" BasedOn="{StaticResource AppBarButtonStyle}">
<Setter Property="AutomationProperties.AutomationId" Value="PlayAppBarButton"/>
<Setter Property="AutomationProperties.Name" Value="Play"/>
<Setter Property="Content" Value="&#xE102;"/>
</Style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment