This property overrides inherited property to hide it.

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

Syntax

Visual Basic (Declaration)
Public Property BackgroundImage As Image
C#
public Image BackgroundImage { get; set; }
Visual C++
public:
property Image^ BackgroundImage {
	Image^ get ();
	void set (Image^ value);
}
JavaScript
function get_backgroundImage();
function set_backgroundImage(value);

See Also