UtilConsoleSetColors Method
Sets the background and foreground colors for the entire console window.
Namespace: DevCase.Core.Application.ConsoleAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
Parameters
- backColor ConsoleColor
-
The new background color.
- foreColor ConsoleColor
-
The new foreground color.
This is a code example.
No code example is currently available or this language may not be supported.
SetColors(backColor:=ConsoleColor.DarkBlue, foreColor:=ConsoleColor.White)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.