Class WristUpGestureDetectorDataUpdatedEventArgs
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 3
The WristUpGestureDetector changed event arguments class is used for storing the data returned by a wrist up gesture detector.
public class WristUpGestureDetectorDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
View SourceWristUp
Gets the wrist up state.
Declaration
public DetectorState WristUp { get; }
Property Value
Type | Description |
---|---|
DetectorState | The wrist up state. |