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

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

Leadtools.Controls.Medical Assembly