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

In This Topic
    AlternatingBackground Property
    In This Topic
    Gets or sets a Windows.UI.Xaml.Media.Brush object used as background for working hours and days of alternating months. This is a dependency property.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Brushes")>
    <C1DescriptionAttribute("C1Scheduler.AlternatingBackground", "Gets or sets a Brush object used as background for working hours and days of alternating months.")>
    Public Property AlternatingBackground As Brush
    [C1Category("Brushes")]
    [C1Description("C1Scheduler.AlternatingBackground", "Gets or sets a Brush object used as background for working hours and days of alternating months.")]
    public Brush AlternatingBackground {get; set;}
    See Also