ArrowAnnotation.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
屬性值
string
值,表示註解類型的名稱。
- 屬性
備註
取得每個批註類型的名稱,例如 Line、Rectangle、Ellipse 等等。
此屬性適用于內部使用,而且會在設計階段和執行時間隱藏。