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

In This Topic
    C1Brush Constructor(Color,Color,C1BrushStyleEnum)
    In This Topic
    Creates the new C1Brush object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal foreColor As System.Drawing.Color, _
       ByVal backColor As System.Drawing.Color, _
       ByVal style As C1BrushStyleEnum _
    )
    public C1Brush( 
       System.Drawing.Color foreColor,
       System.Drawing.Color backColor,
       C1BrushStyleEnum style
    )

    Parameters

    foreColor
    The foreground System.Drawing.Color value.
    backColor
    The background System.Drawing.Color value.
    style
    The C1BrushStyleEnum value.
    See Also