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

In This Topic
    LineDef Constructor(Color)
    In This Topic
    Initializes a new instance of the LineDef class, assigning line color.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As Color _
    )
    public LineDef( 
       Color color
    )

    Parameters

    color
    A value assigned to the Color property.
    See Also