如何覆盖我定义的自定义AppBarButtonStyle
的{{1}} Width/Height
?
是否可以在Button
以外的控件中表示 Segoe UI字体符号?如果是这样,怎么样?
答案 0 :(得分:2)
您只需创建TextBlock
并将其FontFamily
设置为 Segoe UI符号,并将文本设置为您想要显示的字形代码即可找到角色地图应用程序,例如Text=""
。然后更改您所需的TextBlock
的任何其他属性。
答案 1 :(得分:0)
你甚至可以在这样的代码中做到这一点
textblock1.Text = ((char)0xE101).ToString();
并将字体系列指定为Segoe UI符号