Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Created January 13, 2021 18:40
Show Gist options
  • Select an option

  • Save rdelrosario/13bfc92af1af8e95cff02f740cf8497e to your computer and use it in GitHub Desktop.

Select an option

Save rdelrosario/13bfc92af1af8e95cff02f740cf8497e to your computer and use it in GitHub Desktop.
<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