EllipseAnnotation.AnnotationType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取批注类型名称。
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
属性值
批注类型。
- 属性
注解
此抽象属性用于获取每个批注类型的名称,例如 LineAnnotation RectangleAnnotation 、 或 EllipseAnnotation 。
此属性供内部使用,不应使用。