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