MindFusion.Scheduling for Xamarin Programmer's Guide
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
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract class Theme

Visual Basic  Copy Code

Public MustInherit Class Theme

 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.

 Inheritance Hierarchy

System.Object
    MindFusion.Scheduling.Theme

 See Also

Theme Members
MindFusion.Scheduling Namespace