Using Calendar Themes
The calendar controls have fourteen predefined themes.
C1Scheduler Themes |
Example |
Aero |
|
Office 2007 Blue |
|
Office 2007 Black |
|
Office 2007 Silver |
|
Media Player |
|
Dusk Blue |
|
Dusk Green |
|
Vista |
|
Classic |
|
Classic System Colors |
|
Windows XP Blue |
|
Windows XP Olive Green |
|
Windows XP Silver |
|
Media Center |
|
The most common user interface properties of calendar controls are defined in theme ResourceDictionaries. The following table lists default calendar themes:
Theme Folder |
Theme File |
Static Field of C1CalendarResources Class |
ResourceID |
Description |
Aero |
NormalColor.xaml |
Aero |
Aero.NormalColor |
Aero theme. |
Classic |
Classic.xaml |
Classic |
Classic |
Windows Classic theme. |
SystemColors.xaml |
ClassicSystemColors |
Classic.SystemColors |
Windows Classic System Colors theme. This is the default theme for the calendar controls. | |
Luna |
HomeStead.xaml
|
WindowsXPOlive
|
Luna.HomeStead
|
Windows XP Olive Green theme. |
Metallic.xaml
|
WindowsXPSilver
|
Luna.Metallic
|
Windows XP Silver theme. | |
NormalColor.xaml |
WindowsXPBlue |
Luna.NormalColor |
Windows XP Blue theme. | |
Office2007 |
Black.xaml |
Office2007Black |
Office2007.Black |
Office 2007 Black theme. |
Blue.xaml |
Office2007Blue |
Office2007.Blue |
Office 2007 Blue theme. | |
Silver.xaml |
Office2007Silver |
Office2007.Silver |
Office 2007 Silver theme. | |
Royale |
NormalColor.xaml |
Royale |
Royale.NormalColor |
Media Center theme |
Dusk |
Blue.xaml |
DuskBlue |
Dusk.Blue |
Dusk Blue theme. |
Green.xaml |
DuskGreen |
Dusk.Green |
Dusk Green theme. | |
Media Player |
MediaPlayer.xaml |
MediaPlayer |
MediaPlayer |
Media Player theme. |
Vista |
Vista.xaml |
Vista |
Vista |
Vista theme. |
By default, the calendar themes are installed in the Theme Folder listed above within the C:\Program Files\ComponentOne\Studio for WPF\C1Schedule\XAML\themes\CalendarThemes folder.
Default Calendar Theme Resources
|