Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

PinchStartsOnDown Property

Show in webframe
Indicates whether PinchStarted events should fire on mouse or touch down.
Syntax
get_pinchStartsOnDown();
set_pinchStartsOnDown(value);
Object.defineProperty('pinchStartsOnDown');

Property Value

TypeDescription
booleantrue if PinchStarted events should fire on mouse or touch down; otherwise, it is false (PinchStarted events will fire on mouse or touch up). Default value is true.
See Also

Reference

InteractiveService Object
InteractiveService Members

Error processing SSI file