我的RadioButton的Xaml:
<RadioButton FontFamily="Segoe MDL2 Assets" Style="{StaticResource TextBlockButtonStyle}" Content="{Binding SymbolIndex}" ></RadioButton>
来自&#34; RadioButton&#34;:
的visual studio中的属性窗口Designer正在显示:
在代码中将单选按钮添加到我的Observable Collection:
MenueButtons.Add(new Models.SplitView.MenueButton { Description = "Home", SymbolIndex = "" });
更多信息:
请求的答案:
答案 0 :(得分:1)
将&amp;#xE700更改为它的unicode值:\ uE700
XML使用Unicode,Xaml也是如此。 &amp; #x指定HTML编码。