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

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

Released under the MIT License.