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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly