Search
Theme Class
Remarks See Also
 





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

 Syntax

C#  Copy Code

public abstract class Theme : Component

Visual Basic  Copy Code

Public MustInherit Class Theme
    Inherits Component

 Remarks

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.

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            MindFusion.Scheduling.WinForms.Theme

 See Also