Share via


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

備註

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

如果 的值 MathematicalGreektrue 且選取的字型不支援數學希臘文形式,則會顯示字母的預設格式。

XAML Attribute Usage

<objectTypography.MathematicalGreek=「bool」/>

相依性屬性資訊

識別碼欄位 MathematicalGreekProperty
設定為 的中繼資料屬性 true AffectsMeasure, AffectsRender, Inherits

適用於