Table of Contents

Enum WheelMode

Namespace
AngleSharp.Html.Dom.Events
Assembly
AngleSharp.dll

Enumeration with the various mouse wheel modes.

[DomName("WheelEvent")]
public enum WheelMode : byte
Extension Methods

Fields

[DomName("DOM_DELTA_LINE")] Line = 1

The unit of change is lines.

[DomName("DOM_DELTA_PAGE")] Page = 2

The unit of change is pages.

[DomName("DOM_DELTA_PIXEL")] Pixel = 0

The unit of change is pixels.