Inertia scroll options used when panning.
Object.defineProperty(ImageViewerPanZoomInteractiveMode.prototype, 'inertiaScrollOptions',
get: function(),
set: function(value)
)
inertiaScrollOptions: ControlInertiaScrollOptions;
The inertia scroll options used when panning. Default value is "disabled".
Use the following code to enable inertia when panning using this mode:
ControlInertiaScrollOptions options = mode.InertiaScrollOptions;
options.IsEnabled = true;
mode.InertiaScrollOptions = options;
ImageViewerPanZoomInteractiveMode Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET