Specifies whether a line should be drawn across the field (as opposed to a box around the field).

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

Syntax

C#
[DefaultValueAttribute(LineSlantEnum.NoLine)]
public LineSlantEnum LineSlant { get; set; }
Visual Basic
<DefaultValueAttribute(LineSlantEnum.NoLine)> _
Public Property LineSlant As LineSlantEnum
	Get
	Set

Remarks

The color, style, and thickness of the line are determined by the BorderColor, BorderStyle, and LineWidth properties.

The default value for this property is LineSlantEnum.NoLine.

See Also