Click or drag to resize

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; }

Property Value

Type: SizeF
The scroll wheel delta.
See Also