Typography.MathematicalGreek 属性

定义

获取或设置一个值,该值指示是否已用数学表示法中常用的相应字体形式替换希腊字形的标准版式字体形式。

public:
 property bool MathematicalGreek { bool get(); void set(bool value); };
public bool MathematicalGreek { get; set; }
member this.MathematicalGreek : bool with get, set
Public Property MathematicalGreek As Boolean

属性值

如果启用了数学希腊形式,true;否则,false。 默认值为 false

注解

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

如果 MathematicalGreek 的值 true 且所选字体不支持数学希腊形式,则会显示字母的默认形式。

XAML 属性用法

< objectTypography.MathematicalGreek=“bool”/>

Dependency 属性信息

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

适用于