Text Property
Summary
Gets or sets the text of the logo.
Syntax
public string Text { get; set; }
Public Property Text As String
public String getText()
public void setText(String text)
public:
property String^ Text
{
String^ get()
void set(String^ value)
}
Property Value
The text of the logo.