Click or drag to resize

IWheelEventDeltaX Property

Gets the amount of units to scroll horizontally.

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

Property Value

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