Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Last active January 13, 2021 18:41
Show Gist options
  • Save rdelrosario/3cb286915fb0e0a91769341db544806e to your computer and use it in GitHub Desktop.
Save rdelrosario/3cb286915fb0e0a91769341db544806e to your computer and use it in GitHub Desktop.
<Style x:Key="labelHeader" TargetType="Label">
<Setter Property="FontAttributes" Value="Bold" />
<Setter Property="Padding" Value="10" />
<Setter Property="TextColor" Value="Gray" />
</Style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment