Class Terminal.Settings
Terminal global settings.
Inherited Members
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. |