Bagikan melalui


MouseWheelEventArgs.WheelDelta Property

Definition

Gets the number of notches the mouse wheel has rotated.

public:
 property int WheelDelta { int get(); };
int WheelDelta();
public int WheelDelta { get; }
var int32 = mouseWheelEventArgs.wheelDelta;
Public ReadOnly Property WheelDelta As Integer

Property Value

Int32

int

The number of notches the mouse wheel has rotated.

Applies to