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
値。
- 属性
注釈
線、四角形、楕円など、各注釈の種類の名前を取得します。
このプロパティは内部で使用するためのものであり、デザイン時および実行時には表示されません。