Search Results for

    Show / Hide Table of Contents

    Class InteractiveTuiSettings

    Interactive TUI settings

    Inheritance
    object
    InteractiveTuiSettings
    Namespace: Terminaux.Inputs.Interactive
    Assembly: Terminaux.dll
    Syntax
    public class InteractiveTuiSettings

    Constructors

    | Edit this page View Source

    InteractiveTuiSettings()

    Makes a new instance of the interactive TUI settings

    Declaration
    public InteractiveTuiSettings()
    | Edit this page View Source

    InteractiveTuiSettings(InteractiveTuiSettings)

    Makes a new instance of the interactive TUI settings with the copied settings

    Declaration
    public InteractiveTuiSettings(InteractiveTuiSettings settings)
    Parameters
    Type Name Description
    InteractiveTuiSettings settings

    Settings instance to copy settings from

    Properties

    | Edit this page View Source

    BackgroundColor

    Interactive TUI background color

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    BoxBackgroundColor

    Interactive TUI box background color

    Declaration
    public Color BoxBackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    BoxForegroundColor

    Interactive TUI box foreground color

    Declaration
    public Color BoxForegroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    ForegroundColor

    Interactive TUI foreground color

    Declaration
    public Color ForegroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    GlobalSettings

    Global interactive TUI settings

    Declaration
    public static InteractiveTuiSettings GlobalSettings { get; }
    Property Value
    Type Description
    InteractiveTuiSettings
    | Edit this page View Source

    InfoBoxSettings

    Infobox settings to use when rendering the interactive TUI

    Declaration
    public InfoBoxSettings InfoBoxSettings { get; set; }
    Property Value
    Type Description
    InfoBoxSettings
    | Edit this page View Source

    KeyBindingBuiltinBackgroundColor

    Interactive TUI built-in key binding background color

    Declaration
    public Color KeyBindingBuiltinBackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    KeyBindingBuiltinColor

    Interactive TUI built-in key binding foreground color in the background color

    Declaration
    public Color KeyBindingBuiltinColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    KeyBindingBuiltinForegroundColor

    Interactive TUI built-in key binding foreground color outside the background color

    Declaration
    public Color KeyBindingBuiltinForegroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    KeyBindingOptionColor

    Interactive TUI key binding in option color

    Declaration
    public Color KeyBindingOptionColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    OptionBackgroundColor

    Interactive TUI option background color

    Declaration
    public Color OptionBackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    OptionForegroundColor

    Interactive TUI option foreground color

    Declaration
    public Color OptionForegroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    PaneBackgroundColor

    Interactive TUI pane background color

    Declaration
    public Color PaneBackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    PaneItemBackColor

    Interactive TUI pane item color (background)

    Declaration
    public Color PaneItemBackColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    PaneItemForeColor

    Interactive TUI pane item color (foreground)

    Declaration
    public Color PaneItemForeColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    PaneSelectedItemBackColor

    Interactive TUI pane selected item color (background)

    Declaration
    public Color PaneSelectedItemBackColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    PaneSelectedItemForeColor

    Interactive TUI pane selected item color (foreground)

    Declaration
    public Color PaneSelectedItemForeColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    PaneSelectedSeparatorColor

    Interactive TUI pane selected separator color

    Declaration
    public Color PaneSelectedSeparatorColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    PaneSeparatorColor

    Interactive TUI pane separator color

    Declaration
    public Color PaneSeparatorColor { get; set; }
    Property Value
    Type Description
    Color
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX