Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / C1.Win.Schedule Namespace / C1Calendar Class / Theme Property

In This Topic
    Theme Property (C1Calendar)
    In This Topic
    Gets the C1Calendar.Theme object determining the control appearance.
    Syntax
    'Declaration
     
    Public Property Theme As CalendarTheme
    public CalendarTheme Theme {get; set;}
    See Also