UWP是否可以在AppBarButton中设置水平对齐=图标中心?

时间:2019-04-26 09:25:38

标签: xaml button uwp commandbar

我有:

<CommandBar ..>
..
<CommandBar.PrimaryCommands>
<AppBarButton Name="btnStop" ToolTipService.ToolTip="btnStop">
                    <FontIcon FontFamily="{StaticResource SymbolThemeFontFamily}" Glyph="&#xE73B;" Foreground="Red"/>
                </AppBarButton>
</CommandBar.PrimaryCommands>
</CommandBar>

它看起来是一样的: enter image description here

有什么方法可以在中心对齐图标? 如果在“ Live Explorer属性”中设置 本地->图标->可视讲义->偏移= <5,0,0> 看起来更好。如何在代码中执行相同的操作?

1 个答案:

答案 0 :(得分:0)

如果没有标签,则应为LabelPosition =“ Collapsed”