Gets or sets the value that determines whether to scroll the cells to a frame that contains the point that is closest to the 3D cursor point.
Object.defineProperty(Cursor3DAction.prototype, 'scroll',
get: function(),
set: function(value)
)
scroll: boolean;
true to scroll the cells, false to keep every affected cell without scrolling and find the closest point on that currently displayed frame on each cell.
It is recommended to set this value to true to find the closest and most accurate point that matches the point specified by the user.
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