EllipseAnnotation.AnnotationType 属性

定义

获取批注类型名称。Gets the annotation type name.

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

批注类型。The annotation type.

属性

注解

此抽象属性用于获取每个批注类型的名称,例如 LineAnnotationRectangleAnnotationEllipseAnnotationThis abstract property is used to get the name of each annotation type, such as a LineAnnotation, RectangleAnnotation, or EllipseAnnotation.

此属性供内部使用,不应使用。This property is for internal use and should not be used.

适用于