UtilTweakingConsoleBackColor Property
Gets or sets the background color of the CMD.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static ConsoleColor ConsoleBackColor { get; set; }
Public Shared Property ConsoleBackColor As ConsoleColor
Get
Set
Dim value As ConsoleColor
value = UtilTweaking.ConsoleBackColor
UtilTweaking.ConsoleBackColor = value
public:
static property ConsoleColor ConsoleBackColor {
ConsoleColor get ();
void set (ConsoleColor value);
}
static member ConsoleBackColor : ConsoleColor with get, set
No code example is currently available or this language may not be supported.
Property Value
ConsoleColor
The background color of the CMD.