Gets or sets the theme applied to the calendar control UI elements.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public ThemeType Theme { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Theme As ThemeType |
A member of the ThemeType enumeration.
RemarksYou 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.
See Also