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