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

FontEastAsianLanguage 枚举值。 默认值是 Normal

注解

此属性获取或设置拥有 Typography 属性的对象上的值,这是访问类实例的唯一 Typography 方法。 此外,此属性支持附加属性用法,以便可以在 XAML 中包含文本的对象上设置此属性。

XAML 属性用法

<object Typography.EastAsianLanguage="FontEastAsianLanguage“/>

依赖项属性信息

标识符字段 EastAsianLanguageProperty
元数据属性设置为 true AffectsMeasureAffectsRenderInherits

适用于

另请参阅