[This is preliminary documentation and is subject to change.]

Gets or sets client capiton text.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string Text { get; set; }
Public Shared Property Text As String
public:
static property String^ Text {
	String^ get ();
	void set (String^ value);
}

See Also