Gets the LineProps object describing the geometric line represented by the current RenderLine object. The coordinates of the line are relative to the left top corner of the current RenderLine object.

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

Syntax

C#
public LineProps Line { get; }
Visual Basic
Public ReadOnly Property Line As LineProps
	Get

See Also