Typography.AnnotationAlternates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies the index of an alternate annotation form.
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
Property Value
The index of the alternate annotation form. The default value is 0 (zero).
Remarks
Annotation forms include glyphs placed in open or solid circles, squares, parentheses, diamonds or rounded boxes.
If the value of AnnotationAlternates is greater than zero and the selected font does not support annotation alternates, the default form of the letter is displayed.
This property gets or sets a value on the object that owns a Typography
property, which is the only way to access a Typography class instance. In addition, this property supports an attached property usage so that it can be set on text-containing objects in XAML.
XAML Attribute Usage
<object Typography.AnnotationAlternates="int"/>
Dependency Property Information
Identifier field | AnnotationAlternatesProperty |
Metadata properties set to true |
AffectsMeasure, AffectsRender, Inherits |