Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
standardstyles.xaml で WinRt アプリケーションの ContentControlThemeFontFamily のカスタム フォントを設定することは可能ですか?
例はありますか?
独自のリソース ディクショナリを作成し、テーマをオーバーライドします。
<ResourceDictionary.ThemeDictionaries> <ResourceDictionary x:Key="Default"> <FontFamily x:Key="ContentControlThemeFontFamily">Times new roman</FontFamily> </ResourceDictionary> </ResourceDictionary.ThemeDictionaries>