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

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.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