ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / SolidBrush Class / SolidBrush Constructor / SolidBrush Constructor(Color)
A Color structure that indicates the color of this SolidBrush object.

In This Topic
    SolidBrush Constructor(Color)
    In This Topic
    Initializes a new instance of the SolidBrush class with the specified color.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As Color _
    )
    public SolidBrush( 
       Color color
    )

    Parameters

    color
    A Color structure that indicates the color of this SolidBrush object.
    Remarks
    The Color property is set to the color specified by the color parameter. The Width property is set to 1 (default).
    See Also