[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 override ImageLayout BackgroundImageLayout { get; set; }
<BrowsableAttribute(False)> _
<DefaultValueAttribute("")> _
Public Overrides Property BackgroundImageLayout As ImageLayout
[BrowsableAttribute(false)]
[DefaultValueAttribute(L"")]
public:
virtual property ImageLayout BackgroundImageLayout {
	ImageLayout get () override;
	void set (ImageLayout value) override;
}

See Also