Gets or sets the width of the field's border or line.

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

Syntax

C#
[DefaultValueAttribute()]
public double LineWidth { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property LineWidth As Double
	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).

To draw lines, see the LineSlant property.

The default value for this property is 0.

See Also