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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
[BrowsableAttribute(false)]
[DefaultValueAttribute("")]
public Art Art { get; set; }
<BrowsableAttribute(False)> _
<DefaultValueAttribute("")> _
Public Property Art As Art
[BrowsableAttribute(false)]
[DefaultValueAttribute(L"")]
public:
property Art^ Art {
	Art^ get ();
	void set (Art^ value);
}

See Also