Gets or sets a value indicating whether a line should be drawn across the current field.

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

Syntax

C#
public LineSlantEnum LineSlant { get; set; }
Visual Basic
Public Property LineSlant As LineSlantEnum
	Get
	Set

Remarks

The color, style, and thickness of the line are determined by the ShapeLine property.

See Also