inertiaScrollOptions Property

Summary

Inertia scroll options used when panning.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerPanZoomInteractiveMode.prototype, 'inertiaScrollOptions', 
	get: function(), 
	set: function(value) 
) 
inertiaScrollOptions: ControlInertiaScrollOptions; 

Property Value

The inertia scroll options used when panning. Default value is "disabled".

Remarks

Use the following code to enable inertia when panning using this mode:

ControlInertiaScrollOptions options = mode.InertiaScrollOptions; 
options.IsEnabled = true; 
mode.InertiaScrollOptions = options; 
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.