Gets or sets the theme applied to the calendar control UI elements.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public ThemeType Theme { get; set; } |
Visual Basic Copy Code |
---|
Public Property Theme As ThemeType |
A member of the ThemeType enumeration.
You cannot specify the value Custom for this property. In order to apply a custom theme, either assign the theme to the CustomTheme property of the Calendar control or pass it as an argument to the ApplyTheme method.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |