ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / LineDef Class / LineDef Constructor / LineDef Constructor(Unit,Color,DashStyle)
A value assigned to the Color property.
A value assigned to the Color property.
A value assigned to the DashStyle property.

In This Topic
    LineDef Constructor(Unit,Color,DashStyle)
    In This Topic
    Initializes a new instance of the LineDef class, assigning line width, color and dash style.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Unit, _
       ByVal color As System.Drawing.Color, _
       ByVal style As System.Drawing.Drawing2D.DashStyle _
    )
    public LineDef( 
       Unit width,
       System.Drawing.Color color,
       System.Drawing.Drawing2D.DashStyle style
    )

    Parameters

    width
    A value assigned to the Color property.
    color
    A value assigned to the Color property.
    style
    A value assigned to the DashStyle property.
    See Also