How to make a button flat style in wpf? I've tried BasedOn property but it does not work.
More simple solution here using already defined ToolBar button style :
<Button Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Content="You know I'm flat..." />
1.4m articles
1.4m replys
5 comments
57.0k users