MouseEventOptions.Delta Property
Gets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public int Delta { get; set; }
Public Property Delta As Integer
Get
Set
public:
property int Delta {
int get ();
void set (int value);
}
member Delta : int with get, set
Property Value
Int32