ArrowAnnotation.AnnotationType 속성

정의

주석 형식의 이름을 가져옵니다. 내부 용도로는 사용하지 않아야 합니다.

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

속성 값

string 주석 형식의 이름을 나타내는 값입니다.

특성

설명

Line, Rectangle, Ellipse 등과 같은 각 주석 형식의 이름을 가져옵니다.

이 속성은 내부용이며 디자인 타임 및 런타임에 숨겨집니다.

적용 대상