Created
January 13, 2021 18:40
-
-
Save rdelrosario/13bfc92af1af8e95cff02f740cf8497e 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="HeaderLabelStyle" 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