Leadtools.Controls Namespace > ImageViewerPanZoomInteractiveMode Object : InertiaScrollOptions Property |
get_inertiaScrollOptions();
set_inertiaScrollOptions(value);
Object.defineProperty('inertiaScrollOptions');
Type | Description |
---|---|
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;