ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Drawing.Color _
    )
    public LineDef( 
       System.Drawing.Color color
    )

    Parameters

    color
    A value assigned to the Color property.
    See Also