inertiaScrollOptions Property

Summary

Inertia scroll options used when panning.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerPanZoomInteractiveMode.prototype, 'inertiaScrollOptions', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly