у меня есть:
<CommandBar ..>
..
<CommandBar.PrimaryCommands>
<AppBarButton Name="btnStop" ToolTipService.ToolTip="btnStop">
<FontIcon FontFamily="{StaticResource SymbolThemeFontFamily}" Glyph="" Foreground="Red"/>
</AppBarButton>
</CommandBar.PrimaryCommands>
</CommandBar>
выглядит так же:
![enter image description here](https://i.stack.imgur.com/bXxiK.png)
Есть ли способ выровнять значок в центре?
Если я установлю в "Свойства Live Explorer"
Local -> Icon -> Handout Visual -> Offset = <5,0,0>
Выглядит лучше Как сделать то же самое в коде?