Represents the maximum pointer distance from the object (in pixels) that allows object moving.

Default is 1.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int ObjectMaxMovingDistance { get; set; }
Public Property ObjectMaxMovingDistance As Integer
	Get
	Set
public:
property int ObjectMaxMovingDistance {
	int get ();
	void set (int value);
}

See Also