ScrollTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for Scroll widgets.
public static class ScrollThemeInheritance
Object → ScrollTheme
Fields
DownArrowCharacter
The down arrow character for vertical scrollbars (not rendered by default).
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> DownArrowCharacterFocusedThumbColor
The color of the scrollbar thumb when focused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedThumbColorHorizontalThumbCharacter
The thumb character for horizontal scrollbars (centered square for visual balance).
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> HorizontalThumbCharacterHorizontalTrackCharacter
The track character for horizontal scrollbars (thin horizontal line).
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> HorizontalTrackCharacterLeftArrowCharacter
The left arrow character for horizontal scrollbars (not rendered by default).
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> LeftArrowCharacterRightArrowCharacter
The right arrow character for horizontal scrollbars (not rendered by default).
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> RightArrowCharacterThumbColor
The color of the scrollbar thumb.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> ThumbColorTrackColor
The color of the scrollbar track.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> TrackColorUpArrowCharacter
The up arrow character for vertical scrollbars (not rendered by default).
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> UpArrowCharacterVerticalThumbCharacter
The thumb character for vertical scrollbars (7/8 block for visibility over thin track).
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> VerticalThumbCharacterVerticalTrackCharacter
The track character for vertical scrollbars (thin vertical line).
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> VerticalTrackCharacter