MouseEventArgsDelta Property |
Gets or sets the delta change of the scroll wheel for the event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public SizeF Delta { get; }
Public ReadOnly Property Delta As SizeF
Get
member Delta : SizeF with get
Property Value
Type:
SizeFThe scroll wheel delta.
See Also