다음을 통해 공유


Annotation.AnnotationType 속성

정의

주석의 형식 이름을 가져오거나 설정합니다.

public:
 abstract property System::String ^ AnnotationType { System::String ^ get(); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
public abstract string AnnotationType { get; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
member this.AnnotationType : string
Public MustOverride ReadOnly Property AnnotationType As String

속성 값

String

주석의 형식 이름입니다.

특성

설명

이 속성은 예를 들어, 선, 사각형, 타원, 등 각 주석 형식의 이름을 가져오는 데 사용 됩니다.

적용 대상