ComponentOne FlexReport for WinForms
Line Constructor(Double,Color,DashStyle)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Line Class > Line Constructor : Line Constructor(Double,Color,DashStyle)
The value of Width property.
The value of Color property.
The value of Style property.
Initializes a new instance of the Line class.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As System.Double, _
   ByVal color As System.Drawing.Color, _
   ByVal style As DashStyle _
)
public Line( 
   System.double width,
   System.Drawing.Color color,
   DashStyle style
)

Parameters

width
The value of Width property.
color
The value of Color property.
style
The value of Style property.
See Also

Reference

Line Class
Line Members
Overload List