Share via


HorizontalLineAnnotation.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

屬性值

註解類型。

屬性

備註

這個抽象屬性可用來取得每個注釋類型的名稱,例如、 LineAnnotationRectangleAnnotationEllipseAnnotation 等等。

此屬性供內部使用。

適用於