Creates the new C1Brush object.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public C1Brush(
	Color foreColor,
	Color backColor,
	C1BrushStyleEnum style
)
Visual Basic
Public Sub New ( _
	foreColor As Color, _
	backColor As Color, _
	style As C1BrushStyleEnum _
)

Parameters

foreColor
Type: System.Drawing..::..Color
The foreground Color value.
backColor
Type: System.Drawing..::..Color
The background Color value.
style
Type: C1.C1Schedule..::..C1BrushStyleEnum
The C1BrushStyleEnum value.

See Also