The user is allowed to drag the selection outside the borders (the selection borders will be cut)

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

Syntax

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

See Also