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
C# Copy Code |
---|
public abstract class Theme |
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.
System.Object
MindFusion.Scheduling.Theme
Scheduling for .NET MAUI Guide | © 2023 MindFusion |