Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Calendar Class / WeekendBrush Property

In This Topic
    WeekendBrush Property (C1Calendar)
    In This Topic
    Gets or sets a System.Windows.Media.Brush object used to display weekends. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property WeekendBrush As Brush
    public Brush WeekendBrush {get; set;}
    See Also