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

In This Topic
    AlternatingBackground Property (C1Scheduler)
    In This Topic
    Gets or sets a System.Windows.Media.Brush object used as background for working hours and days of alternating months. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property AlternatingBackground As Brush
    public Brush AlternatingBackground {get; set;}
    See Also