doubleTapDelay Property

Summary

Indicates the delay in milliseconds between taps for the DoubleTap events.

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

Property Value

The delay in milliseconds between taps for the DoubleTap events. Default value is 500 (0.5 seconds)

Remarks

Set this property to a large value to increase the amount of time the between clicks (or touches) to fire the DoubleTap event. Similarly, setting this property to a smaller value decreases the amount of the delay.

Requirements

Target Platforms

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

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.