Skip to content

Instantly share code, notes, and snippets.

Created April 23, 2015 17:22
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 anonymous/611cf528a3f7afc6fc37 to your computer and use it in GitHub Desktop.
Save anonymous/611cf528a3f7afc6fc37 to your computer and use it in GitHub Desktop.
Kyle Humfeld's fouled up Button style
<Style TargetType="Button">
<Setter Property="Margin" Value="0" />
<Setter Property="Padding" Value="0" />
<Setter Property="BorderThickness" Value="0" />
<Setter Property="Foreground" Value="White" />
<Setter Property="Background" Value="DarkRed" />
<Setter Property="MaxHeight" Value="50" />
<Setter Property="MaxWidth" Value="50" />
</Style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment