pinchDelta Event

Summary

Occurs when the user moves the fingers while performing a pinch operation.

Syntax
TypeScript
JavaScript
Object.defineProperty(InteractiveService.prototype,'pinchDelta',  
	get: function(), 
	set: function(value) 
) 
pinchDelta: LeadEvent; 

Remarks

Pinch events are only supported by touch devices.

The PinchDelta event will always fire after PinchStarted occurs and any of the following occurs:

  • On a device that supports touch: When the user moves the fingers after pinch operation has been started.

Event Data

ParameterTypeDescription
sendervarThe source of the event.
eInteractivePinchDeltaEventArgsThe event data.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly