0

我有:

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

它看起来一样: 在此处输入图像描述

有什么办法可以让图标居中对齐吗?如果我在“实时资源管理器属性”中设置本地 -> 图标 -> 讲义视觉 -> 偏移 = <5,0,0> 看起来会更好。如何在代码中做同样的事情?

4

1 回答 1

0

如果你没有标签,应该是 LabelPosition="Collapsed"

于 2019-04-30T13:28:46.083 回答