Border3DAnnotation.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
属性值
批注类型。The annotation type.
- 属性
注解
此抽象属性用于获取每个批注类型的名称,例如线条、矩形、椭圆等等。This abstract property is used to get the name of each annotation type, such as Line, Rectangle, Ellipse, and so forth.