Specifies a calendar theme.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public enum ThemeType |
Visual Basic
Copy Code
|
|---|
Public Enum ThemeType |
Members| Member name | Description | |
|---|---|---|
![]() |
Custom |
Indicates a user-defined theme. |
![]() |
Dark |
Indicates a dark-colored theme. |
![]() |
Light |
Indicates a light-colored theme. |
![]() |
Standard |
The standard theme. |
See Also