AppointmentForeground Property (C1Scheduler)
In This Topic
Gets or sets a
System.Windows.Media.Brush object used as a foreground for appointment elements. This is a dependency property.
Syntax
'Declaration
Public Property AppointmentForeground As Brush
public Brush AppointmentForeground {get; set;}
See Also