Error processing SSI file
(Leadtools.Controls)

Show in webframe

InertiaScrollOptions Property




Inertia scroll options used when panning.
Syntax
public ControlInertiaScrollOptions InertiaScrollOptions {get; set;}
'Declaration
 
Public Property InertiaScrollOptions As 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

See Also

Reference

ImageViewerPanZoomInteractiveMode Class
ImageViewerPanZoomInteractiveMode Members

Error processing SSI file