FontFamily.XamlAutoFontFamily 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據應用程式的語言設定,取得預設字型系列。
static FontFamily XamlAutoFontFamily();
public static FontFamily XamlAutoFontFamily { get; }
var fontFamily = FontFamily.xamlAutoFontFamily;
Public Shared ReadOnly Property XamlAutoFontFamily As FontFamily
屬性值
以應用程式語言設定為基礎的預設字型系列。 請參閱<備註>。
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10586.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)
|
範例
<TextBlock FontFamily="XamlAutoFontFamily"/>
TextBlock textBlock1 = new TextBlock();
textBlock1.FontFamily = FontFamily.XamlAutoFontFamily;
備註
XamlAutoFontFamily 是所有 XAML 控制項的預設 FontFamily 屬性設定。 此屬性在執行時間取得的 FontFamily 取決於應用程式語言。
語言 | 預設 FontFamily |
---|---|
日文 | Yu Gothic UI |
韓文 | Malgun Gothic |
All others | Segoe UI |