Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created July 30, 2019 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/ac0f2e847fc17b46c0f29ecdc13300d6 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/ac0f2e847fc17b46c0f29ecdc13300d6 to your computer and use it in GitHub Desktop.
<Window.Resources>
<Style TargetType="Label">
<Setter Property="Background" Value="LightGray"/>
<Setter Property="FontSize" Value="20" />
<Setter Property="VerticalContentAlignment" Value="Center" />
</Style>
<Style TargetType="Button" x:Key="CellStyle">
<Setter Property="Background" Value="White"/>
<Setter Property="BorderThickness" Value="2"/>
<Setter Property="BorderBrush" Value="DarkGray" />
<Setter Property="FontSize" Value="65" />
</Style>
<Style TargetType="Button" x:Key="ButtonStyle">
<Setter Property="Background" Value="PaleGreen"/>
<Setter Property="FontSize" Value="20" />
</Style>
</Window.Resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment