Skip to content

DragBarPanelTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for DragBarPanel widgets.

csharp
public static class DragBarPanelTheme

Inheritance

ObjectDragBarPanelTheme

Fields

HandleColor

Color of the handle line in its default state.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HandleColor

HandleFocusedColor

Color of the handle when the panel is focused (for keyboard resizing).

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HandleFocusedColor

HandleHoverColor

Color of the handle line when hovered.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HandleHoverColor

HorizontalHandleChar

The character used for horizontal handles (Top/Bottom edge).

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> HorizontalHandleChar

HorizontalThumbChar

Braille thumb character shown on horizontal handles when hovered.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> HorizontalThumbChar

ThumbColor

Color of the braille thumb indicators shown on hover.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ThumbColor

VerticalHandleChar

The character used for vertical handles (Left/Right edge).

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> VerticalHandleChar

VerticalThumbChar

Braille thumb character shown on vertical handles when hovered.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> VerticalThumbChar

Released under the MIT License.