Gets or sets the field's border color.

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

Syntax

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

Remarks

To draw a border around a field, set the following properties:

BorderColor()()()() to define the border color.

BorderStyle()()()() to define the border style (e.g., solid, dashed, etc.).

LineWidth()()()() to define the border width (in twips).

The default value for this property is 'Black'.

See Also