共用方式為


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 屬性使用方式

< objectTypography.AnnotationAlternates=“int”/>

相依性屬性資訊

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

適用於