Skip to content

CheckboxTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for CheckboxWidget.

csharp
public static class CheckboxTheme

Inheritance

ObjectCheckboxTheme

Fields

BackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

CheckedBox

The checkbox string when checked. Default is "[x]".

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> CheckedBox

CheckMarkColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CheckMarkColor

FocusedBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedBackgroundColor

FocusedForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedForegroundColor

ForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

IndeterminateBox

The checkbox string when indeterminate. Default is "[-]".

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> IndeterminateBox

IndeterminateColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> IndeterminateColor

UncheckedBox

The checkbox string when unchecked. Default is "[ ]".

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> UncheckedBox

Released under the MIT License.