Scheduler Components and Controls > Scheduler for Silverlight Appearance > C1Scheduler WPF Themes > Default C1Scheduler Theme Resources |
The following table depicts the details of default C1Scheduler theme resources along with their keys:
Keys used by all default themes
Resource Key |
Description |
C1Scheduler_AllDayAreaBorder_Thickness |
Determines the border thickness of All-Day area (used in a Day, Working Week and Office 2007 Week views). |
C1Scheduler_AllDayArea_Brush |
The brush which is used for coloring All-Day area background. |
C1Scheduler_AllDayArea_SelectedBrush |
The brush which is used for coloring All-Day area background for currently selected days. |
C1Scheduler_AlternateMonthDay_Brush |
The brush which is used for displaying background of alternate month days (used in the Month view). |
C1Scheduler_AlternateMonthDayHeader_Brush |
The brush which is used for displaying day header of alternate month days (used in the Month view). |
C1Scheduler_AppointmentBgMask_Brush |
The brush which is used as a mask for coloring Appointment background. |
C1Scheduler_Border |
The brush which is used as control’s background if C1Scheduler.Background property has no local value. |
C1Scheduler_Border_Brush |
The brush which is used for coloring inter-day borders. |
C1Scheduler_ControlArea_Brush |
The brush which is used for coloring control area background (time ruler, etc.). |
C1Scheduler_ControlAreaLines_Brush |
The brush which is used for coloring control area borders (time ruler, etc.). |
C1Scheduler_ControlAreaText_Brush |
The brush which is used for coloring control area text (time ruler, etc.). |
C1Scheduler_DayHeader_Brush |
The brush which is used for coloring day headers. |
C1Scheduler_DayHeader_HoverBrush |
The brush which is used for coloring day headers when mouse is over. |
C1Scheduler_DayHeaderBorder_Brush |
The brush which is used for coloring day headers borders. |
C1Scheduler_DayHeaderText_Brush |
The brush which is used for coloring day headers text. |
C1Scheduler_FreeHourBorder_Brush |
The brush which is used for displaying free hours horizontal dark border. |
C1Scheduler_FreeHour_Brush |
The brush which is used for displaying background of work hours. |
C1Scheduler_FreeHourLightBorder_Brush |
The brush which is used for displaying free hours horizontal light border. |
C1Scheduler_TimeSlot_SelectedBrush |
The brush which is used for coloring selected time slot. |
C1Scheduler_WorkHourBorder_Brush |
The brush which is used for displaying working hours horizontal dark border. |
C1Scheduler_WorkHour_Brush |
The brush which is used for displaying background of work hours. |
C1Scheduler_WorkHourLightBorder_Brush |
The brush which is used for displaying working hours horizontal light border. |
Office 2007 specific keys
Resource Key |
Description |
C1Scheduler_AllDayAreaTodayBorder |
Determines the border thickness of All-Day area (used in a Day, Working Week and Office 2007 Week views) for the current date. |
C1Scheduler_AllDayAreaTodayBorder_Brush |
Determines the border brush of All-Day area (used in a Day, Working Week and Office 2007 Week views) for the current date |
C1Scheduler_NavPane_Brush |
The brush which is used for coloring navigation panes. |
C1Scheduler_NavPane_HoverBrush |
The brush which is used for coloring navigation panes when mouse is over. |
C1Scheduler_NavPaneBorder_Brush |
The brush which is used for coloring navigation panes borders. |
C1Scheduler_NavPaneText_Brush |
The brush which is used for coloring navigation panes text. |
C1Scheduler_ShowNavigationPanels |
Determines whether control shows navigation panels for navigation to previous/next appointments. |
C1Scheduler_Day_SelectedBrush |
The brush which is used for coloring selected day background in a Month view. |
C1Scheduler_TodayBorder_Brush |
The brush wich is used for coloring the current day border. |
C1Scheduler_TodayHeader_Brush |
The brush which is used for coloring the current day header. |
C1Scheduler_TodayHeader_HoverBrush |
The brush which is used for coloring the current day header when mouse is over. |
C1Scheduler_TodayHeaderBorder_Brush |
The brush which is used for coloring the current day header border. |
C1Scheduler_TodayHeaderText_Brush |
The brush which is used for coloring the current day header text. |
C1Scheduler_WeekTab_Brush |
The brush which is used for coloring week tabs. |
C1Scheduler_WeekTab_HoverBrush |
The brush which is used for coloring week tabs when mouse is over. |
C1Scheduler_WeekTabBorder_Brush |
The brush which is used for coloring week tabs borders. |
C1Scheduler_WeekTabText_Brush |
The brush which is used for coloring week tabs text. |
Note that C1Scheduler's ThemeResources properties for styles and templates are fully defined in XAML. When building your own styles and templates for C1Scheduler's UI, consider one of the following: