CheckboxTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for CheckboxWidget.
csharp
public static class CheckboxThemeInheritance
Object → CheckboxTheme
Fields
BackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorCheckedBox
The checkbox string when checked. Default is "[x]".
Returns: Hex1bThemeElement<String>
csharp
public static readonly Hex1bThemeElement<string> CheckedBoxCheckMarkColor
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> CheckMarkColorFocusedBackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedBackgroundColorFocusedForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedForegroundColorForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColorIndeterminateBox
The checkbox string when indeterminate. Default is "[-]".
Returns: Hex1bThemeElement<String>
csharp
public static readonly Hex1bThemeElement<string> IndeterminateBoxIndeterminateColor
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> IndeterminateColorUncheckedBox
The checkbox string when unchecked. Default is "[ ]".
Returns: Hex1bThemeElement<String>
csharp
public static readonly Hex1bThemeElement<string> UncheckedBox