Enum CalendarColor
CalendarColor enumeration
Enumerates the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor.
public enum CalendarColor
Values
| Name | Value | Description |
|---|---|---|
| LightBlue | 0 | Light Blue |
| LightGreen | 1 | Light Green |
| LightOrange | 2 | Light Orange |
| LightGray | 3 | Light Gray |
| LightYellow | 4 | Light Yellow |
| LightTeal | 5 | Light Teal |
| LightPink | 6 | Light Pink |
| LightBrown | 7 | Light Brown |
| LightRed | 8 | Light Red |
| MaxColor | 9 | Max Color |
| Auto | -1 | Auto |
See Also
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email