Text Property
Summary
Gets or sets the text of the logo.
Syntax
public string Text { get; set; }
Public Property Text As String
public string Text {get; set;}
public String getText()
public void setText(String text)
<br/>get_Text();<br/>set_Text(value);<br/>Object.defineProperty('Text');
public:
property String^ Text
{
String^ get()
void set(String^ value)
}
Property Value
The text of the logo.