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