BasicWindowDefaultDarkIcon Property |
Gets or Sets the Default Icon used in Dark themes.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public static ImageSource DefaultDarkIcon { get; set; }
Public Shared Property DefaultDarkIcon As ImageSource
Get
Set
public:
static property ImageSource^ DefaultDarkIcon {
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 DarkIcon, then the DefaultDarkIcon will not be applied.
If you have multiple Window in the application, set DefaultLightIcon and DefaultDarkIcon in the main window.
See Also