Skip to content

IconTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for IconWidget.

csharp
public static class IconTheme

Inheritance

ObjectIconTheme

Fields

BackgroundColor

Background color for icons.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

ForegroundColor

Foreground color for icons.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

Released under the MIT License.