scrollDelta Property

Summary

Gets the value that determines the amount of change when scrolling.

Syntax

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

Property Value

Value that determines the amount of change when scrolling.

Remarks

Scrolling can occur by using the mouse wheel or by calling the StackAction method.

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