Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ImageViewerPanZoomInteractiveMode Class : InertiaScrollOptions Property |
public ControlInertiaScrollOptions InertiaScrollOptions {get; set;}
'Declaration
Public Property InertiaScrollOptions As ControlInertiaScrollOptions
Use the following code to enable inertia when panning using this mode:
ControlInertiaScrollOptions options = mode.InertiaScrollOptions;
options.IsEnabled = true;
mode.InertiaScrollOptions = options;