scroll Property

Summary

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.

Syntax
TypeScript
JavaScript
Object.defineProperty(Cursor3DInteractiveMode.prototype, 'scroll', 
	get: function(), 
	set: function(value) 
) 
scroll: boolean; 

Property Value

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.

Remarks

It is recommended that you set this value to true to find the closest and most accurate point that matches the point specified by the user.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly