Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / SelectedBackground Property

In This Topic
    SelectedBackground Property
    In This Topic
    Gets or sets a Windows.UI.Xaml.Media.Brush object used to highlight currently selected day. This is a dependency property.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Brushes")>
    <C1DescriptionAttribute("C1Scheduler.SelectedBackground", "Gets or sets a Brush object used to highlight currently selected day.")>
    Public Property SelectedBackground As Brush
    [C1Category("Brushes")]
    [C1Description("C1Scheduler.SelectedBackground", "Gets or sets a Brush object used to highlight currently selected day.")]
    public Brush SelectedBackground {get; set;}
    See Also