ControlBackground Property (C1Scheduler)
In This Topic
Gets or sets a
System.Windows.Media.Brush object that is the face color of a control (Time Ruler, Month View header, etc.). This is a dependency property.
Syntax
'Declaration
Public Property ControlBackground As Brush
public Brush ControlBackground {get; set;}
See Also