Gets or sets the brush used to fill the user interface object's image.

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

Syntax

C#
public C1Brush Brush { get; set; }
Visual Basic
Public Property Brush As C1Brush
	Get
	Set

Remarks

Supported persistence only for System.Drawing.Drawing2D.HatchBrush and System.Drawing.SolidBrush

See Also