Click or drag to resize

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; }

Property Value

Type: ImageSource
Remarks
To make the Icon visible in dark theme, the icon itself should be light enough.
See Also