WheelEventDeltaMode Property |
The deltaMode attribute contains an indication of the units of measurement for the delta values. The default value is DOM_DELTA_PIXEL (pixels).
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public ulong DeltaMode { get; }
Public ReadOnly Property DeltaMode As ULong
Get
public:
property unsigned long long DeltaMode {
unsigned long long get ();
}
member DeltaMode : uint64 with get
Property Value
Type:
UInt64
The delta mode.
See Also