[]
Initializes a new instance of the PaletteOffice2016 object.
public PaletteOffice2016(PaletteType type)
| Type | Name | Description |
|---|---|---|
| PaletteType | type |
Initializes a new instance of the PaletteOffice2016 object.
public PaletteOffice2016(PaletteType type, Color accentColor, Color headerColor, Color todayColor, Color selection)
| Type | Name | Description |
|---|---|---|
| PaletteType | type | The PaletteType value. |
| Color | accentColor | The Color value which is used for displaying navigation panels. |
| Color | headerColor | The Color value which is used for displaying day and group headers. |
| Color | todayColor | The Color value which is used for highlighting current day. |
| Color | selection | The Color value which is used for highlighting selected day or slots. |