是否有可能设置ContentControlThemeFontFamily自定义字体在standardstyles.xaml WinRT的应用程序?
你有什么例子?
是否有可能设置ContentControlThemeFontFamily自定义字体在standardstyles.xaml WinRT的应用程序?
你有什么例子?
创建您自己的资源字典和覆盖主题。
<ResourceDictionary.ThemeDictionaries>
<ResourceDictionary x:Key="Default">
<FontFamily x:Key="ContentControlThemeFontFamily">Times new roman</FontFamily>
</ResourceDictionary>
</ResourceDictionary.ThemeDictionaries>