I have:
<CommandBar ..>
..
<CommandBar.PrimaryCommands>
<AppBarButton Name="btnStop" ToolTipService.ToolTip="btnStop">
<FontIcon FontFamily="{StaticResource SymbolThemeFontFamily}" Glyph="" Foreground="Red"/>
</AppBarButton>
</CommandBar.PrimaryCommands>
</CommandBar>
Is there any way to align Icon in Center? If I set In "Live Explorer Property" Local -> Icon -> Handout Visual -> Offset = <5,0,0> It looks better. How to do the same in code?