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

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