When enabled, any part of layers that are outside the background image (layer 0) area will not be displayed.

If true, it overrides the Cropped property of individual layers.

Default: False

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool LayersCropped { get; set; }
Public Property LayersCropped As Boolean
	Get
	Set
public:
property bool LayersCropped {
	bool get ();
	void set (bool value);
}

See Also