Ghost1372

everything can be handy

Toolbar

ToolBarBaseStyle

The default style of the toolbar is not recommended. It should always be used by other styles based on the On.

Case:

1
2
3
4
5
<ToolBar Padding="10,6" Header="Demo" VerticalAlignment="Center" HorizontalAlignment="Center">
<Button Content="Demo" Margin="10,0,0,0"/>
<ToggleButton Content="Demo" Margin="10,0,0,0"/>
<CheckBox Content="Demo" Margin="10,0,0,0"/>
</ToolBar>

effect:

ToolBarBaseStyle

0%