AppointmentStyleMode Enumeration |
Defines the styling mode for appointments.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum AppointmentStyleMode
Public Enumeration AppointmentStyleMode
public enum class AppointmentStyleMode
type AppointmentStyleMode
Members
| Member name | Value | Description |
---|
| Auto | 0 |
Appointments with set background or border color are rendered using the Simple style - without rounded corners or gradiented background.
All others are rendered using their default style - with rounded corners and gradiented background.
|
| Simple | 1 |
Appointments are rendered using the simple style - without rounded corners or gradiented background.
|
| Default | 2 |
Appointments rendered with rounded corners and gradiented background.
Custom background and border colors are supported. Gradiented backgrounds for custom colors are not available in IE6.
|
See Also