Skip to content

SliderTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for the Slider widget.

csharp
public static class SliderTheme

Inheritance

ObjectSliderTheme

Fields

FocusedHandleBackgroundColor

Background color for the handle when focused.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedHandleBackgroundColor

FocusedHandleForegroundColor

Foreground color for the handle when focused.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedHandleForegroundColor

FocusedTrackForegroundColor

Foreground color for the track when focused.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedTrackForegroundColor

HandleBackgroundColor

Background color for the handle when unfocused.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HandleBackgroundColor

HandleCharacter

The character used to render the slider handle (knob).

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> HandleCharacter

HandleForegroundColor

Foreground color for the handle when unfocused.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HandleForegroundColor

TrackBackgroundColor

Background color for the track.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> TrackBackgroundColor

TrackCharacter

The character used to render the slider track.

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> TrackCharacter

TrackForegroundColor

Foreground color for the track when unfocused.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> TrackForegroundColor

Released under the MIT License.