次の方法で共有


EllipseAnnotation.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

注釈の種類。

属性

注釈

この抽象プロパティは、 などの各注釈の種類の名前を LineAnnotation 取得 RectangleAnnotation するために使用されます EllipseAnnotation

このプロパティは内部使用用であり、使用できません。

適用対象