ImageAnnotation.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.
- 属性
注解
此抽象属性用于获取每个批注类型(如 LineAnnotation 、、等)的 RectangleAnnotation 名称 EllipseAnnotation 。This abstract property is used to get the name of each annotation type such as LineAnnotation, RectangleAnnotation, EllipseAnnotation, and so forth.
此属性供内部使用。This property is for internal use.