 | ConsoleControlBackColor Property |
Gets or sets the background color for the control.
Namespace:
ConsoleControl
Assembly:
ConsoleControl (in ConsoleControl.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic override Color BackColor { get; set; }Return Value
Type:
ColorA
Color that represents the background color of the control. The default is the value of the
DefaultBackColor property.
See Also