Type of the event shadow that is used for moving and resizing. "Fill" is a semi-transparent rectangle (default). "Outline" is a dotted outline.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public ShadowType Shadow { get; set; } |
Visual Basic |
---|
Public Property Shadow As ShadowType Get Set |
Visual C++ |
---|
public: property ShadowType Shadow { ShadowType get (); void set (ShadowType value); } |