Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1Calendar Class / DayOfWeekBackground Property

In This Topic
    DayOfWeekBackground Property
    In This Topic
    Gets or sets the background color for the day of week slots.
    Syntax
    'Declaration
     
    
    Public Property DayOfWeekBackground As Brush
    public Brush DayOfWeekBackground {get; set;}
    See Also