ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / SelectedDayBrush Property

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