Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

MoveThreshold Property

Show in webframe
The move threshold.
Syntax
get_moveThreshold();
set_moveThreshold(value);
Object.defineProperty('moveThreshold');

Property Value

TypeDescription
intThe move threshold in pixels. Default value is 2.
Remarks

MoveThreshold is used to detect the smallest variation when the mouse or pointer moves. If the move distance is less than this threshold, it will ignored.

See Also

Reference

ImageViewerAutoPanInteractiveMode Object
ImageViewerAutoPanInteractiveMode Members

Error processing SSI file