Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / LineDef Class / LineDef Constructor / LineDef Constructor(Unit,Color,Color,DashStyle)
A value assigned to the Color property.
A value assigned to the Color property.
A value assigned to the BackColor property.
A value assigned to the DashStyle property.

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

    Parameters

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