resizeGlassOnScroll Property

Summary

Gets or sets a boolean value that indicates whether the spy glass size should be resized if the user scrolls with the mouse while using the spy glass.

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

Property Value

true to resize the spy glass if the user scrolls using the mouse wheel while using the spy glass; false to change the scale of the magnfication if the user scrolls with the mouse wheel.

Remarks

The default value is true.

Scrolling down will make the spy glass smaller; scrolling up will make the spy glass larger.

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