在mui中使用font-awesome:ModernWindow.TitleLinks

时间:2017-07-31 03:27:51

标签: c# wpf font-awesome modern-ui

我的问题很简单,我想覆盖现代UI标题链接的字体。这是我到目前为止所做的:

<mui:ModernWindow.TitleLinks>
  <mui:Link x:Name="lnkSettings" Source="/Pages/SettingsPage.xaml">
        <mui:Link.DisplayName>
            <TextBlock x:Name="tbFontAwesome" Text="&#xf004;" FontFamily="{StaticResource FontAwesome}" Foreground="Red" FontSize="32" Margin="10" VerticalAlignment="Center"></TextBlock>
        </mui:Link.DisplayName>
  </mui:Link>
</mui:ModernWindow.TitleLinks>

但是我得到了XML解析错误。提前谢谢!

1 个答案:

答案 0 :(得分:0)

您不能在链接中放置文本块或任何其他元素。您只需更改链接的文本即可。