C#
VB
C++
Inertia scroll options used when panning.
public ControlInertiaScrollOptions InertiaScrollOptions { get; set; }
Public Property InertiaScrollOptions() As ControlInertiaScrollOptions
Get
Set
public:
property ControlInertiaScrollOptions^ InertiaScrollOptions
{
ControlInertiaScrollOptions^ get()
void set(ControlInertiaScrollOptions^ value)
}
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