Gets and sets the shape's shadow (see Shadow for more information).

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public Shadow Shadow { get; set; }
Visual Basic (Declaration)
Public Property Shadow As Shadow
Visual C++
public:
property Shadow^ Shadow {
	Shadow^ get ();
	void set (Shadow^ value);
}

See Also