Typography.EastAsianWidths 属性

定义

获取或设置一个 FontEastAsianWidths 枚举值,该值指示用于东亚字体中拉丁字符的比例宽度。

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

属性值

FontEastAsianWidths 枚举值。 默认值为 Normal

注解

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

XAML 属性用法

< objectTypography.EastAsianWidths=“FontEastAsianWidths”/>

Dependency 属性信息

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

适用于

另请参阅