C1.Web.Wijmo.Controls.45 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 _
)
 

Parameters

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