[]
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.
[TypeConverter(typeof(BaseThemeConverter))]
public class CalendarTheme : BaseTheme, IComponent, IDisposable
| Name | Description |
|---|---|
| BaseFont | Set this property in order to change C1.Framework.Style.Fontvalues in all C1.Framework.Style objects at once. |
| ComponentType | |
| Office2007Black | Gets the predefined theme of the Office2007Black type. |
| Office2007Blue | Gets the predefined theme of the Office2007Blue type. |
| Office2007Silver | Gets the predefined theme of the Office2007Silver type. |
| Office2010Black | Gets the predefined theme of the Office2010Black type. |
| Office2010Blue | Gets the predefined theme of the Office2010Blue type. |
| Office2010Silver | Gets the predefined theme of the Office2010Silver type. |
| System | Gets the predefined theme of the System type. |
| XmlDefinition | Gets or sets the string value representing the VisualStyle in xml encoding. |
| Name | Description |
|---|---|
| Dispose(bool) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| LoadThemes(string) | Loads a collection of themes from an Xml file. |
| OnThemeChanged() | |
| ReadCustomData(XmlNode) | |
| WriteCustomData(XmlWriter) |