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

属性值

批注类型。

属性

注解

此属性用于获取每种批注类型的名称,例如 Line、Rectangle、Ellipse 等。

适用于