Click or drag to resize

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)
Syntax
C#
public override Color BackColor { get; set; }

Return Value

Type: Color
A Color that represents the background color of the control. The default is the value of the DefaultBackColor property.
See Also