Class InteractiveTuiSettings
Interactive TUI settings
Inheritance
Namespace: Terminaux.Inputs.Interactive
Assembly: Terminaux.dll
Syntax
public class InteractiveTuiSettings
Properties
| Edit this page View SourceBackgroundColor
Interactive TUI background color
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
BorderSettings
Border settings to use when rendering the interactive TUI
Declaration
public BorderSettings BorderSettings { get; set; }
Property Value
Type | Description |
---|---|
BorderSettings |
BoxBackgroundColor
Interactive TUI box background color
Declaration
public Color BoxBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
BoxForegroundColor
Interactive TUI box foreground color
Declaration
public Color BoxForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
ForegroundColor
Interactive TUI foreground color
Declaration
public Color ForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
KeyBindingBuiltinBackgroundColor
Interactive TUI built-in key binding background color
Declaration
public Color KeyBindingBuiltinBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
KeyBindingBuiltinColor
Interactive TUI built-in key binding foreground color in the background color
Declaration
public Color KeyBindingBuiltinColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
KeyBindingBuiltinForegroundColor
Interactive TUI built-in key binding foreground color outside the background color
Declaration
public Color KeyBindingBuiltinForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
KeyBindingOptionColor
Interactive TUI key binding in option color
Declaration
public Color KeyBindingOptionColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
OptionBackgroundColor
Interactive TUI option background color
Declaration
public Color OptionBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
OptionForegroundColor
Interactive TUI option foreground color
Declaration
public Color OptionForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
PaneBackgroundColor
Interactive TUI pane background color
Declaration
public Color PaneBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
PaneItemBackColor
Interactive TUI pane item color (background)
Declaration
public Color PaneItemBackColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
PaneItemForeColor
Interactive TUI pane item color (foreground)
Declaration
public Color PaneItemForeColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
PaneSelectedItemBackColor
Interactive TUI pane selected item color (background)
Declaration
public Color PaneSelectedItemBackColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
PaneSelectedItemForeColor
Interactive TUI pane selected item color (foreground)
Declaration
public Color PaneSelectedItemForeColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
PaneSelectedSeparatorColor
Interactive TUI pane selected separator color
Declaration
public Color PaneSelectedSeparatorColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
PaneSeparatorColor
Interactive TUI pane separator color
Declaration
public Color PaneSeparatorColor { get; set; }
Property Value
Type | Description |
---|---|
Color |