Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Calendar Class / SelectedDayBrush Property

In This Topic
    SelectedDayBrush Property
    In This Topic
    Gets or sets a System.Windows.Media.Brush object used to highlight selected dates. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property SelectedDayBrush As Brush
    public Brush SelectedDayBrush {get; set;}
    See Also