다음을 통해 공유


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 값이 0보다 크고 선택한 글꼴이 주석 대체를 지원하지 않는 경우 문자의 기본 형식이 표시됩니다.

이 속성은 Typography 클래스 인스턴스에 액세스할 수 있는 유일한 방법인 Typography 속성을 소유하는 개체의 값을 가져오거나 설정합니다. 또한 이 속성은 XAML의 텍스트 포함 개체에서 설정할 수 있도록 연결된 속성 사용을 지원합니다.

XAML 특성 사용

< 개체Typography.AnnotationAlternates="int"/>

종속성 속성 정보

식별자 필드 AnnotationAlternatesProperty
true 설정된 메타데이터 속성 AffectsMeasure, AffectsRender, Inherits

적용 대상