MindFusion.Java Package Programmer's Guide
Calendar.setTheme Method
See Also
 

Sets the theme applied to the calendar control UI elements.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setTheme (
    ThemeType value
)

 Parameters

value

One of the ThemeType constants.

 Remarks

You cannot specify the value ThemeType.Custom for this property. In order to apply a custom theme, either assign the theme using the setCustomTheme method of the Calendar component or pass it as an argument to the applyTheme method.

 See Also

Calendar Members
Calendar Class
com.mindfusion.scheduling Namespace