Enumerates all available colors for the forecolor or the backcolor of the console.
[Visual Basic]Public Enum ConsoleColor
[C#]
public enum ConsoleColor
Members
| Member Name | Description |
|---|---|
| Black | Black |
| Red | Red |
| LightRed | Light red |
| Green | Green |
| LightGreen | Light green |
| Blue | Blue |
| LightBlue | Light blue |
| Gold | Gold |
| Yellow | Yellow |
| Cyan | Cyan |
| LightCyan | Light cyan |
| Purple | Purple |
| LightPurple | Light purple |
| Gray | Gray |
| White | White |
Requirements
Namespace: Org.Mentalis.Utilities.ConsoleAttributes Namespace
Assembly: Proxy.exe