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