Gets or sets the background color of the control. The property value can be set to Color.Transparent to have a transparent background. A transparent background is only possible if the ViewMode property has been set to SimpleControl.

Syntax

public Color BackColor { get; set; }
Public Property BackColor() As Color