Struct ConsoleColors
Represents the foreground and background colors used in a Windows Console.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Fs.Processes
Assembly: Fs.Processes.dll
Syntax
public struct ConsoleColors
Properties
| Improve this Doc View SourceBackground
Gets or sets the background color.
Declaration
public ConsoleColor Background { get; set; }
Property Value
Type | Description |
---|---|
System.ConsoleColor |
Foreground
Gets or sets the foreground color.
Declaration
public ConsoleColor Foreground { get; set; }
Property Value
Type | Description |
---|---|
System.ConsoleColor |