TextBoxTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for TextBox widgets.
public static class TextBoxThemeInheritance
Object → TextBoxTheme
Fields
BackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorCursorBackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> CursorBackgroundColorCursorForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> CursorForegroundColorFillBackgroundColor
Background color used to delineate the text area when the textbox is unfocused.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FillBackgroundColorFocusedFillBackgroundColor
Background color used when the text box has focus. Slightly lighter than to indicate active input.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedFillBackgroundColorFocusedForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedForegroundColorForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColorPredictionBackgroundColor
Background color of the inline prediction text. Defaults to , which the renderer treats as "follow the textbox field fill background" so the suggestion blends into the input surface. Set to any concrete color to draw the prediction on a contrasting band instead.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> PredictionBackgroundColorPredictionForegroundColor
Foreground color of the inline prediction (suggestion) text rendered to the right of the cursor. Defaults to — a monochrome mid-gray that stays clearly visible against typical field backgrounds while remaining distinct from regular typed text.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> PredictionForegroundColorSelectionBackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> SelectionBackgroundColorSelectionForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> SelectionForegroundColorRemarks
As of the prediction-input refresh, the TextBox no longer renders the classic […] bookends. The fill/background-based rendering that used to be opt-in via UseFillMode is now the only style. If you need a bracketed look, render brackets in surrounding widgets.