SliderTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for the Slider widget.
public static class SliderThemeInheritance
Object → SliderTheme
Fields
FocusedHandleBackgroundColor
Background color for the handle when focused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedHandleBackgroundColorFocusedHandleForegroundColor
Foreground color for the handle when focused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedHandleForegroundColorFocusedTrackForegroundColor
Foreground color for the track when focused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedTrackForegroundColorHandleBackgroundColor
Background color for the handle when unfocused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> HandleBackgroundColorHandleCharacter
The character used to render the slider handle (knob).
Returns: Hex1bThemeElement<Char>
public static readonly Hex1bThemeElement<char> HandleCharacterHandleForegroundColor
Foreground color for the handle when unfocused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> HandleForegroundColorTrackBackgroundColor
Background color for the track.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> TrackBackgroundColorTrackCharacter
The character used to render the slider track.
Returns: Hex1bThemeElement<Char>
public static readonly Hex1bThemeElement<char> TrackCharacterTrackForegroundColor
Foreground color for the track when unfocused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> TrackForegroundColor