共用方式為


Typography.EastAsianLanguage 屬性

定義

取得或設定 FontEastAsianLanguage 列舉值,這個值表示要用於特定書寫系統或語言的字元版本。

public:
 property System::Windows::FontEastAsianLanguage EastAsianLanguage { System::Windows::FontEastAsianLanguage get(); void set(System::Windows::FontEastAsianLanguage value); };
public System.Windows.FontEastAsianLanguage EastAsianLanguage { get; set; }
member this.EastAsianLanguage : System.Windows.FontEastAsianLanguage with get, set
Public Property EastAsianLanguage As FontEastAsianLanguage

屬性值

FontEastAsianLanguage 列舉值。 預設值為 Normal

備註

這個屬性會取得或設定對象上擁有 Typography 屬性的值,這是存取 Typography 類別實例的唯一方法。 此外,這個屬性支援附加屬性的使用方式,以便在 XAML 中包含文字的物件上設定它。

XAML 屬性使用方式

< 物件Typography.EastAsianLanguage=“FontEastAsianLanguage”/>

相依性屬性資訊

標識元欄位 EastAsianLanguageProperty
設定為 true 的元數據屬性 AffectsMeasureAffectsRenderInherits

適用於

另請參閱