Class | Description | |
---|---|---|
BaseTheme | The base class for themes in the C1Calendar and C1Schedule controls. | |
CalendarTheme | The C1.Framework.Theme class represents the theme for the C1Calendar control. It is a set of C1.Framework.Style objects which contain display attributes that determine the appearance of control. | |
Palette | Palette Class represents a set of System.Drawing.Color values which are used for displaying C1.Win.C1Schedule.C1Schedule. The default value for each color is System.Drawing.Color.Empty. The AlternateMonth field should always contain unique System.Drawing.Color value before adding the Palette object to the Palettes collection. For other fields System.Drawing.Color.Empty is allowed. In such case control uses the corresponding color from the theme definition. | |
PaletteOffice2016 | PaletteOffice2016 Class represents a set of System.Drawing.Color values which are used for displaying C1.Win.C1Schedule.C1Schedule. The default value for each color is System.Drawing.Color.Empty. The AccentColor field should always contain unique System.Drawing.Color value before adding the PaletteOffice2016 object to the Palettes collection. For other fields System.Drawing.Color.Empty is allowed. In such case control uses the corresponding color from the theme definition. | |
Palettes | Palettes Class represents a collection of available color palettes for the C1.Win.C1Schedule.C1Schedule visual style.
C1.Win.C1Schedule.C1Schedule component uses this collection to switch currently used palettes or to show multiple schedules at the same time. The key of collection is a System.Drawing.Color value which is shown in the C1.Win.C1Schedule.Forms.PaletteForm form. For Office 2007 palettes key is a color of alternate month days, all-day area and dark horizontal borders in the day view. | |
ScheduleTheme | The C1.Framework.Theme class represents the theme for the C1Schedule control. It is a set of C1.Framework.Style objects which contain display attributes that determine the appearance of control. |