Click or drag to resize
RotaryEncoderRotatedEventArgsDirection Property
Gets a value that indicates direction of rotation.

Namespace: Microsoft.IoT.DeviceCore.Input
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public RotationDirection Direction { get; }

Property Value

Type: RotationDirection
A RotationDirection that indicates direction of rotation.
See Also