Type of a "shadow" used for indicating the new event start and length during drag and drop moving or resizing.

Namespace: DayPilot.Web.Ui.Enums
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public enum ShadowType
Visual Basic
Public Enumeration ShadowType
Visual C++
public enum class ShadowType

Members

Member nameValueDescription
Outline0 A dotted outline.
Fill1 Semi-transparent rectangle.

See Also