BasicWindowDarkIcon Property  | 
 
            Icon used for Dark theme.
            
 
    Namespace: 
   Hummingbird.UI
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxpublic ImageSource DarkIcon { get; set; }Public Property DarkIcon As ImageSource
	Get
	Set
public:
property ImageSource^ DarkIcon {
	ImageSource^ get ();
	void set (ImageSource^ value);
}Property Value
Type: 
ImageSource
RemarksTo make the Icon visible in dark theme, the icon itself should be light enough. 
See Also