HorizontalLineAnnotation.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, for example, LineAnnotation, RectangleAnnotation, EllipseAnnotation, and so forth.
此属性供内部使用。This property is for internal use.