RanorexRanorex Documentation
DefaultMoveTime Property
NamespacesRanorexMouseDefaultMoveTime
Gets or sets the default time it takes to move the mouse to a specified position.
Declaration Syntax
C#Visual BasicVisual C++
public static Duration DefaultMoveTime { get; set; }
Public Shared Property DefaultMoveTime As Duration
public:
static property Duration^ DefaultMoveTime {
	Duration^ get ();
	void set (Duration^ value);
}
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf the value is negative.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)