Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / C1.Win.Schedule.UI Namespace / CalendarTheme Class / DayToday Property

In This Topic
    DayToday Property (CalendarTheme)
    In This Topic
    Gets or sets the C1.Framework.Style object determining the displaying style of the current day.
    Syntax
    'Declaration
     
    Public Property DayToday As C1.Framework.Style
    public C1.Framework.Style DayToday {get; set;}
    See Also