dragDeltaSensitivity Property

Summary

Gets or sets the window level interactive mode drag sensitivity value.

Syntax

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

Property Value

Value that represents the window level interactive mode drag sensitivity value, default value is 0.

Remarks

This property prevents the unwanted window level changes if the user clicks on the image and moves the mouse only a little during the clicking. This is especially true for the touch device, where the user finger tap can be mistaken for a small touch and drag.

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