WPF Tips- How to set a FlatStyle to a button?
Posted on 2012-06-28
If, like me, you would like to apply a FlatStyle to a WPF button, add a style property like this (this style is include in the standard Microsoft ToolBar):
xml<Button Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" />