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: 6.8.2460.0 (6.8.2460.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); } |