Gets or sets the background color. If both this and Brush properties are specified for a style, this property takes precedence.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Color BackColor { get; set; }
Visual Basic
Public Property BackColor As Color
	Get
	Set

Remarks

This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is transparent background color.

See Also