MouseWheelDirection Enumeration
Indicates the wheel direction of a mouse device.
Namespace: DevCase.Core.IO.Devices.InputAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum MouseWheelDirection
Public Enumeration MouseWheelDirection
Dim instance As MouseWheelDirection
public enum class MouseWheelDirection
No code example is currently available or this language may not be supported.
Up |
1 |
The wheel is moved up.
|
Down |
-1 |
The wheel is moved down.
|