WheelEvent.DeltaMode
WheelEvent.DeltaMode property
The deltaMode attribute contains an indication of the units of measurement for the delta values. The default value is DOM_DELTA_PIXEL (pixels).
public ulong DeltaMode { get; }
Property Value
The delta mode.
See Also
- class WheelEvent
- namespace Aspose.Html.Dom.Events
- assembly Aspose.HTML