Click or drag to resize

IWheelEventDeltaY Property

Gets the amount of units to scroll vertically.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
double DeltaY { get; }

Property Value

Type: Double
The amount of units to scroll vertically.
See Also