Skip to content

Instantly share code, notes, and snippets.

View PrinceNebulon's full-sized avatar

Tim S. PrinceNebulon

  • Genesys
  • Denver, CO
View GitHub Profile
@PrinceNebulon
PrinceNebulon / NoChromeButton.xaml
Created January 27, 2012 22:04
WPF "No Chrome Button" style
<!-- Style -->
<Style x:Key="NoChromeButton" TargetType="{x:Type Button}">
<Setter Property="Background" Value="Transparent"/>
<Setter Property="BorderThickness" Value="1"/>
<Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}"/>
<Setter Property="HorizontalContentAlignment" Value="Center"/>
<Setter Property="VerticalContentAlignment" Value="Center"/>
<Setter Property="Padding" Value="1"/>
<Setter Property="Template">
<Setter.Value>