Last active
December 15, 2015 10:38
-
-
Save yesez/5246642 to your computer and use it in GitHub Desktop.
estilos por defecto en AppBarButtons de Windows Store Apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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=""/> | |
</Style> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment