Skip to content

SplitterTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for Splitter widgets.

csharp
public static class SplitterTheme

Inheritance

ObjectSplitterTheme

Fields

DividerCharacter

The character used for vertical dividers (horizontal orientation splitter).

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> DividerCharacter

DividerColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> DividerColor

DownArrowCharacter

The down arrow character shown on vertical splitters to indicate they can be moved.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> DownArrowCharacter

DownArrowColor

The color of the down arrow on vertical splitters. Defaults to divider color if not set.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> DownArrowColor

FocusedDividerColor

Color of the divider when the splitter is focused (for keyboard resizing).

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedDividerColor

HorizontalDividerCharacter

The character used for horizontal dividers (vertical orientation splitter).

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> HorizontalDividerCharacter

HorizontalThumbChar

Braille thumb character shown on the horizontal divider (vertical splitter) when hovered.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> HorizontalThumbChar

LeftArrowCharacter

The left arrow character shown on horizontal splitters to indicate they can be moved.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> LeftArrowCharacter

LeftArrowColor

The color of the left arrow on horizontal splitters. Defaults to divider color if not set.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> LeftArrowColor

RightArrowCharacter

The right arrow character shown on horizontal splitters to indicate they can be moved.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> RightArrowCharacter

RightArrowColor

The color of the right arrow on horizontal splitters. Defaults to divider color if not set.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> RightArrowColor

ThumbColor

Color of the braille thumb indicators shown on hover.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ThumbColor

UpArrowCharacter

The up arrow character shown on vertical splitters to indicate they can be moved.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> UpArrowCharacter

UpArrowColor

The color of the up arrow on vertical splitters. Defaults to divider color if not set.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> UpArrowColor

VerticalThumbChar

Braille thumb character shown on the vertical divider (horizontal splitter) when hovered.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> VerticalThumbChar

Released under the MIT License.