Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / C1Brush Class / C1Brush Constructor / C1Brush Constructor(Color)
The background System.Windows.Media.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 Color _
    )
    public C1Brush( 
       Color backColor
    )

    Parameters

    backColor
    The background System.Windows.Media.Color value.
    See Also