Mouse cursor to use for the hit-test state of this ImageViewerInteractiveMode.
Object.defineProperty(ImageViewerInteractiveMode.prototype, 'hitTestStateCursor',
get: function(),
set: function(value)
)
hitTestStateCursor: string;
The mouse cursor to use for the hit-test state of this ImageViewerInteractiveMode. The default value is null.
HitTestState and HitTestStateCursor can be used with interactive modes that subscribe to the InteractiveService.Move event and indicate that the mousse cursor is over an area of interest by updating the state and changing the mouse cursor.
Mouse cursors are only supported by desktop browsers.
The values are standard HTML cursor strings. You can use a value like "crosshair" or "move". They will be set into the CSS style.cursor property of the HTML element. A value of null, means "do not change the cursor".
The cursor is set into the ImageViewer main div (ImageViewer.MainDiv) and foreground canvas (ImageViewer.ForeCanvas) elements. Also, the cursor will be set in any elements added by the user to the InteractiveService.UserControls collection.
For an example, refer to HitTestState.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document