SplitterTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for Splitter widgets.
public static class SplitterThemeInheritance
Object → SplitterTheme
Fields
DividerCharacter
The character used for vertical dividers (horizontal orientation splitter).
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> DividerCharacterDividerColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> DividerColorDownArrowCharacter
The down arrow character shown on vertical splitters to indicate they can be moved.
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> DownArrowCharacterDownArrowColor
The color of the down arrow on vertical splitters. Defaults to divider color if not set.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> DownArrowColorFocusedDividerColor
Color of the divider when the splitter is focused (for keyboard resizing).
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedDividerColorHorizontalDividerCharacter
The character used for horizontal dividers (vertical orientation splitter).
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> HorizontalDividerCharacterHorizontalThumbChar
Braille thumb character shown on the horizontal divider (vertical splitter) when hovered.
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> HorizontalThumbCharLeftArrowCharacter
The left arrow character shown on horizontal splitters to indicate they can be moved.
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> LeftArrowCharacterLeftArrowColor
The color of the left arrow on horizontal splitters. Defaults to divider color if not set.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> LeftArrowColorRightArrowCharacter
The right arrow character shown on horizontal splitters to indicate they can be moved.
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> RightArrowCharacterRightArrowColor
The color of the right arrow on horizontal splitters. Defaults to divider color if not set.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> RightArrowColorThumbColor
Color of the braille thumb indicators shown on hover.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> ThumbColorUpArrowCharacter
The up arrow character shown on vertical splitters to indicate they can be moved.
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> UpArrowCharacterUpArrowColor
The color of the up arrow on vertical splitters. Defaults to divider color if not set.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> UpArrowColorVerticalThumbChar
Braille thumb character shown on the vertical divider (horizontal splitter) when hovered.
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> VerticalThumbChar