Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created July 30, 2019 13:48
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/d914684720bbf75a11ae53969ad96998 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/d914684720bbf75a11ae53969ad96998 to your computer and use it in GitHub Desktop.
<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>
<Button Name="Button0_2"
Grid.Column="0" Grid.Row="2"
Style="{StaticResource CellStyle}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment