Gets or sets the Brush objects which should be used as background color for UI, representing the SchedulerGroupItem object. This is a dependency property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

See Also