Gets and sets the string value used within the Text annotation.
public string Text {get; set;}
public: __property string* get_Text();
public: __property void set_Text(
string* value
);
Property Value
A string value which represents the text for the annotation.