Initializes a new instance of the LineDef class, assigning line color.

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

Syntax

C#
public LineDef(
	Color color
)
Visual Basic
Public Sub New ( _
	color As Color _
)

Parameters

color
Type: System.Drawing..::..Color
A value assigned to the Color property.

See Also