Unosquare
    Show / Hide Table of Contents

    Class Terminal.Settings

    Terminal global settings.

    Inheritance
    Object
    Terminal.Settings
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Swan
    Syntax
    public static class Settings

    Properties

    BorderColor

    Gets the color of the border.

    Declaration
    public static ConsoleColor BorderColor { get; }
    Property Value
    Type Description
    ConsoleColor

    The color of the border.

    DefaultColor

    Gets or sets the default output color.

    Declaration
    public static ConsoleColor DefaultColor { get; set; }
    Property Value
    Type Description
    ConsoleColor

    The default color.

    UserInputPrefix

    Gets or sets the user input prefix.

    Declaration
    public static string UserInputPrefix { get; set; }
    Property Value
    Type Description
    String

    The user input prefix.

    UserOptionText

    Gets or sets the user option text.

    Declaration
    public static string UserOptionText { get; set; }
    Property Value
    Type Description
    String

    The user option text.

    Comments

    Back to top Copyright © 2017-2019 Unosquare