ActiveReports 12
BackColor Property (LayerList)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > LayerList Class : BackColor Property
Gets or sets the background color for the control.
Syntax
'Declaration
 
Public Property BackColor As Color
public Color BackColor {get; set;}

Property Value

A System.Drawing.Color that represents the background color of the control. The default is the value of the System.Windows.Forms.Control.DefaultBackColor property.
See Also

Reference

LayerList Class
LayerList Members