Enables and sets the properties of the layer shadow.
Note: Shadows cannot be enabled for the background layer (layer 0).
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public IEVSoftShadow Shadow { get; }
Public ReadOnly Property Shadow As IEVSoftShadow Get
public: property IEVSoftShadow^ Shadow { IEVSoftShadow^ get (); }
Examples
Display a soft shadow effect for the current layer
CopyC#
ieViewer1.Image.CurrentLayer.Shadow.Enabled = true;
ieViewer1.UpdateImage();