This property overrides inherited property to hide it.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Property BackgroundImageLayout As ImageLayout
C#
public ImageLayout BackgroundImageLayout { get; set; }
Visual C++
public:
property ImageLayout BackgroundImageLayout {
	ImageLayout get ();
	void set (ImageLayout value);
}
JavaScript
function get_backgroundImageLayout();
function set_backgroundImageLayout(value);

See Also