Gets or sets a Brush object that is the face color of a control (Time Ruler, Month View header, etc.). This is a dependency property.

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

Syntax

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

See Also