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

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