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

Namespace: DayPilot.Web.Mvc.Enums.Month
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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