Gets or sets the field's background color.

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

Syntax

C#
[DefaultValueAttribute(typeof(Color), "Transparent")]
public Color BackColor { get; set; }
Visual Basic
<DefaultValueAttribute(GetType(Color), "Transparent")> _
Public Property BackColor As Color
	Get
	Set

Remarks

The default value for this property is 'Transparent'.

See Also