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

In This Topic
    AppointmentForeground Property
    In This Topic
    Gets or sets a Windows.UI.Xaml.Media.Brush object used as a foreground for appointment elements. This is a dependency property.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Brushes")>
    <C1DescriptionAttribute("C1Scheduler.AppointmentForeground", "Gets or sets a Brush object used as a foreground for appointment elements.")>
    Public Property AppointmentForeground As Brush
    [C1Category("Brushes")]
    [C1Description("C1Scheduler.AppointmentForeground", "Gets or sets a Brush object used as a foreground for appointment elements.")]
    public Brush AppointmentForeground {get; set;}
    See Also