Annotation.AnchorDataPointName 속성

정의

주석이 고정되는 데이터 요소의 이름을 가져오거나 설정합니다.

public:
 virtual property System::String ^ AnchorDataPointName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public virtual string AnchorDataPointName { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.AnchorDataPointName : string with get, set
Public Overridable Property AnchorDataPointName As String

속성 값

String

주석이 고정되는 데이터 요소의 이름을 나타내는 string 값입니다.

특성

적용 대상