Search
Calendar.Theme Property
See Also
 






Gets or sets the theme applied to the calendar control UI elements.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ThemeType Theme { get; set; }

Visual Basic  Copy Code

Public Property Theme As ThemeType

 Property Value

A member of the ThemeType enumeration.

 Remarks

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.

 See Also