קוד קצר למרכז כפתורים בפקד ToolBar ב-WPF כך שבמקום להיות מוצמדים לצד הכפתורים יהיו מוצמדים למרכז:
בלי:
עם:
<ToolBar.Resources>
<Style TargetType="{x:Type ToolBarPanel}">
<Setter Property="HorizontalAlignment" Value="Center"/>
</Style>
</ToolBar.Resources>