Encapsulates visualization settings that can be applied to a Calendar control by calling the ApplyTheme method. A theme includes settings for all calendar views - List, Month, Timetable, and so on.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public abstract class Theme : Component |
Visual Basic Copy Code |
---|
Public MustInherit Class Theme |
You can create custom themes by deriving from this class and overriding all of the exposed properties. You can assign a custom theme to the control through the CustomTheme property. For more information on how to create custom themes, refer to Custom Themes.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
MindFusion.Scheduling.WinForms.Theme