Typography.AnnotationAlternates 屬性

定義

取得或設定值,指定替代註釋窗體的索引。

public:
 property int AnnotationAlternates { int get(); void set(int value); };
public int AnnotationAlternates { get; set; }
member this.AnnotationAlternates : int with get, set
Public Property AnnotationAlternates As Integer

屬性值

替代註解形式的索引。 預設值為 0 (零)。

備註

註解形式包括放置在開放或實心圓形、方形、括號、菱形或圓框中的字形。

若 值 AnnotationAlternates 大於零且所選字型不支援註解替代,則顯示字母的預設形式。

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

XAML 屬性使用方式

< 物件Typography.AnnotationAlternates=int”/>

相依財產資訊

Item 價值觀
識別碼欄位 AnnotationAlternatesProperty
元資料屬性設為 true AffectsMeasureAffectsRenderInherits

適用於