Gets or sets a Brush object that is the text color in 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 ControlForeground { get; set; }
Visual Basic
Public Property ControlForeground As Brush
	Get
	Set

See Also