ToggleSwitchTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for ToggleSwitch widgets. The toggle switch displays multiple options horizontally, with the selected option highlighted.
public static class ToggleSwitchThemeInheritance
Object → ToggleSwitchTheme
Fields
FocusedBracketBackgroundColor
Background color for brackets when focused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedBracketBackgroundColorFocusedBracketForegroundColor
Foreground color for brackets when focused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedBracketForegroundColorFocusedSelectedBackgroundColor
Background color for the selected option when focused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedSelectedBackgroundColorFocusedSelectedForegroundColor
Foreground color for the selected option when focused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedSelectedForegroundColorLeftBracket
Left bracket character(s) for the toggle switch.
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> LeftBracketRightBracket
Right bracket character(s) for the toggle switch.
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> RightBracketSeparator
Separator between options.
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> SeparatorUnfocusedBracketBackgroundColor
Background color for brackets when unfocused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> UnfocusedBracketBackgroundColorUnfocusedBracketForegroundColor
Foreground color for brackets when unfocused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> UnfocusedBracketForegroundColorUnfocusedSelectedBackgroundColor
Background color for the selected option when unfocused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> UnfocusedSelectedBackgroundColorUnfocusedSelectedForegroundColor
Foreground color for the selected option when unfocused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> UnfocusedSelectedForegroundColorUnselectedBackgroundColor
Background color for unselected options.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> UnselectedBackgroundColorUnselectedForegroundColor
Foreground color for unselected options.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> UnselectedForegroundColor