Enumerates the color themes for MonthCalendar.

Namespace:  BeeMobile.MonthCalendar
Assembly:  BeeMobile.MonthCalendar.CF35 (in BeeMobile.MonthCalendar.CF35.dll) Version: 3.5.0.1

Syntax

C#
public enum Theme
Visual Basic (Declaration)
Public Enumeration Theme
Visual C++
public enum class Theme

Members

Member nameDescription
Default
MonthCalendar will be painted using Defaul colors ColorTheme.
Custom
MonthCalendar will be painted using colors specified by user.

See Also