Interface IRotaryEventReceiver
The IRotaryEventReceiver is a receiver interface to take Rotary Events
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public interface IRotaryEventReceiver : IRotaryFocusable
Methods
Rotate(RotaryEventArgs)
Rotate it by the RotaryEventArgs value.
Declaration
void Rotate(RotaryEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
RotaryEventArgs | args | Rotated direction of Rotary device |