Pointer |
public class PointerWheelHitEventArgs : EventSourceHitEventArgs
The PointerWheelHitEventArgs type exposes the following members.
Name | Description | |
---|---|---|
PointerWheelHitEventArgs | Constructor |
Name | Description | |
---|---|---|
IsHorizontalWheel | False when vertical wheel is changed, true if horizontal wheel is changed. | |
WheelDelta | The amount the wheel has changed. This value is positive if the mouse wheel is rotated in an upward direction (away from the user) or negative if the mouse wheel is rotated in a downward direction (toward the user). |