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

注釈の型の名前。

属性

注釈

このプロパティは、各注釈の種類の名前 (Line、Rectangle、Ellipse など) を取得するために使用されます。

適用対象