共用方式為


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”/>

相依性屬性資訊

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

適用於