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

JavaScript Syntax
Object.defineProperty(Cursor3DAction.prototype, 'scroll', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 to 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly