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

See Also