Click or drag to resize

MouseWheelMovedEventArgsDeltaX Property

The amount of units to scroll horizontally.

Namespace:  DotNetBrowser.Input.Mouse.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public float DeltaX { get; set; }

Property Value

Type: Single

Implements

IMouseWheelMovedEventArgsDeltaX
See Also