Mouse button(s) associated with this mode.
Object.defineProperty(ImageViewerInteractiveMode.prototype, 'mouseButtons',
get: function(),
set: function(value)
)
mouseButtons: MouseButtons;
The mouse button associated with this mode. Default value is None.
You can combine more than one mouse button with a mode either to perform the same functionality or different one.
ImageViewerInteractiveModes will set this property to Left (the default mouse button) when Enable, EnableByIndex or EnableById is called.
For more information, refer to Image Viewer Interactive Modes.
For an example, refer to ImageViewerInteractiveModes.
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