Share via


TextAnnotation.Text 속성

정의

주석 텍스트를 가져오거나 설정합니다.

public:
 virtual property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public virtual string Text { get; set; }
member this.Text : string with get, set
Public Overridable Property Text As String

속성 값

String

텍스트를 나타내는 string 값입니다.

적용 대상