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

Gets or sets tab icon. It could be both resource or file.

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

Syntax

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

See Also