Specifies the operation to perform when a layer is outside of the background layer (layer 0). I.e. to provide a visual indication to the user.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEViewer..::..IESoftCropMode SoftCrop { get; set; }
Public Property SoftCrop As IEViewer..::..IESoftCropMode
	Get
	Set
public:
property IEViewer..::..IESoftCropMode SoftCrop {
	IEViewer..::..IESoftCropMode get ();
	void set (IEViewer..::..IESoftCropMode value);
}

See Also