BasicWindowDefaultLightBackground Property |
Gets or Sets the Default background image used in light themes.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public static ImageSource DefaultLightBackground { get; set; }
Public Shared Property DefaultLightBackground As ImageSource
Get
Set
public:
static property ImageSource^ DefaultLightBackground {
ImageSource^ get ();
void set (ImageSource^ value);
}
Property Value
Type:
ImageSourceRemarks
When This icon is set, it will be applied to all instance of BasicWindow and ModernWindow in your application.
If an BasicWindow and ModernWindow has defined their own LightBackground, then this property will not be used.
See Also