BasicWindowLightBackground Property  | 
 
            Background image used for Light theme. the background image itself must be light enough (While).
            
 
    Namespace: 
   Hummingbird.UI
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxpublic ImageSource LightBackground { get; set; }Public Property LightBackground As ImageSource
	Get
	Set
public:
property ImageSource^ LightBackground {
	ImageSource^ get ();
	void set (ImageSource^ value);
}Property Value
Type: 
ImageSource
See Also