Class RotaryEventArgs
Definition
- Namespace:
- ElmSharp.Wearable
- Assembly:
- ElmSharp.Wearable.dll
- API Level:
- preview
The RotaryEventArgs serves information for the triggered Rotary event.
C#Copypublic class RotaryEventArgs : EventArgs
- Inheritance
Properties
View Source
IsClockwise
IsClockwise is true when the Rotary device rotated in the clockwise direction, or false on counter clockwise.
Declaration
C#Copypublic bool IsClockwise { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
API Level: preview
Declaration
C#Copypublic uint Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |