Typography.StylisticSet17 屬性

定義

取得或設定值,該值會指出是否啟用字型形式的樣式集。

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

屬性值

Boolean

如果啟用字型形式的樣式集,則為 true,否則為 false。 預設值是 false

備註

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

某些字型包含對應至字元集部分的文體變體字元。 文體集中的字元可能設計成以視覺方式呈現、以特定方式互動,或以其他方式一起合作。

XAML Attribute Usage

<object Typography.StylisticSet17="bool"/>

相依性屬性資訊

識別碼欄位 StylisticSet17Property
中繼資料屬性設定為 true AffectsMeasureAffectsRenderInherits

適用於