WheelEventArgs.DeltaX Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The horizontal scroll amount.
public:
property double DeltaX { double get(); void set(double value); };
public double DeltaX { get; set; }
member this.DeltaX : double with get, set
Public Property DeltaX As Double