ArrowAnnotation.AnnotationType 属性

定义

获取批注类型的名称。 仅供内部使用,不得另作他用。

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 值,该值表示批注类型的名称。

属性

注解

获取每种批注类型的名称,例如 Line、Rectangle、Ellipse 等。

此属性供内部使用,在设计时和运行时隐藏。

适用于