enableWindowLevelSensitivity Property

Summary

Gets or sets whether to enable the window level mouse sensitivity.

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

Property Value

true to enable the window level mouse sensitivity, false otherwise.

Remarks

To set the mouse sensitivity value, refer to WindowLevelSensitivity.

A value of 1 indicates that the amount of change in the action is equal to the amount of movement of the mouse. For example, if the mouse is moved 1 pixel, the action changes by 1 unit. A value of 2 indicates that the amount of change in the action is 200% percent of the amount of mouse movement. For example, if the mouse is moved 1 pixels, the action only changes by two unit.

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