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