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

In This Topic
    SelectedDayBrush Property (C1Calendar)
    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