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..." />
2.1m questions
2.1m answers
60 comments
57.0k users