Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / C1Brush Class / C1Brush Constructor / C1Brush Constructor(Color)
The background System.Drawing.Color value.

In This Topic
    C1Brush Constructor(Color)
    In This Topic
    Creates a new solid C1Brush object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal backColor As System.Drawing.Color _
    )
    public C1Brush( 
       System.Drawing.Color backColor
    )

    Parameters

    backColor
    The background System.Drawing.Color value.
    See Also