Skip to content

TextBoxTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for TextBox widgets.

csharp
public static class TextBoxTheme

Inheritance

ObjectTextBoxTheme

Fields

BackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

CursorBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CursorBackgroundColor

CursorForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CursorForegroundColor

FillBackgroundColor

Background color used in fill mode to delineate the text area.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FillBackgroundColor

FocusedFillBackgroundColor

Background color used in fill mode when the text box has focus. Slightly lighter than to indicate active input.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedFillBackgroundColor

FocusedForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedForegroundColor

ForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

HoverCursorBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoverCursorBackgroundColor

HoverCursorForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoverCursorForegroundColor

LeftBracket

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> LeftBracket

RightBracket

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> RightBracket

SelectionBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectionBackgroundColor

SelectionForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectionForegroundColor

UseFillMode

When true, renders the text box with a background fill instead of brackets. This mode is typically enabled by form containers via ThemePanel.

Returns: Hex1bThemeElement<Boolean>

csharp
public static readonly Hex1bThemeElement<bool> UseFillMode

Released under the MIT License.