Last active
January 13, 2021 18:41
-
-
Save rdelrosario/3cb286915fb0e0a91769341db544806e to your computer and use it in GitHub Desktop.
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="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