ResizeFactor Property

Summary

gets or sets the value that determine the resolution of the image when moving the object using the touch or the mouse button.

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell3D.prototype, 'resizeFactor', 
	get: function(), 
	set: function(value) 
) 
resizeFactor: number; 

Property Value

Value that determine the resolution of the image when moving the object using the touch or the mouse button.

default value is 2

Remarks

the resize value will be activated when the user hold down the mouse button and start moving, once the user is done, the resize value will be deactivated and the image will be render at full resolution.

default value is 2

if the user doesn't want to resize the image on mouse down, he can set the value to 1.

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