Cursor to use when the user is panning on the target control.
Object.defineProperty(ImageViewerPanControl.prototype, 'workingCursor',
get: function(),
set: function(value)
)
workingCursor: string;
The cursor to use when the user is panning on the target control. Default value is null.
This value is used only when EnablePan is set to true.
When the user is not panning on the target control, the default cursor of Control will be used and this object will not change it.
When the user is panning on the target control and the value of WorkingCursor is not null, then the original cursor value is saved and replaced by WorkingCursor. When the user finishes panning, the original cursor value is set back in Control.
For an example, refer to ImageViewerPanControl.
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