Gets or sets a Brush object used as a foreground for appointment elements. This is a dependency property.

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

Syntax

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

See Also