Show / Hide Table of Contents

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 Source

Background

Gets or sets the background color.

Declaration
public ConsoleColor Background { get; set; }
Property Value
Type Description
System.ConsoleColor
| Improve this Doc View Source

Foreground

Gets or sets the foreground color.

Declaration
public ConsoleColor Foreground { get; set; }
Property Value
Type Description
System.ConsoleColor
  • Improve this Doc
  • View Source
Back to top Generated by DocFX