Type of a "shadow" used for indicating the new event start and length during drag and drop moving or resizing.
Namespace: DayPilot.Web.Ui.EnumsAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Syntax
| C# |
|---|
public enum ShadowType |
| Visual Basic |
|---|
Public Enumeration ShadowType |
| Visual C++ |
|---|
public enum class ShadowType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Outline | 0 | A dotted outline. | |
| Fill | 1 | Semi-transparent rectangle. |