Share via


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

string 值,表示註解類型的名稱。

屬性

備註

取得每個批註類型的名稱,例如線條、矩形、橢圓形等等。

這個屬性是供內部使用,而且會在設計階段和執行時間隱藏。

適用於