Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / AppointmentForeground Property

In This Topic
    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