Class FaceDownGestureDetectorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The FaceDownGestureDetector changed event arguments class is used for storing the data returned by a face down gesture detector.
public class FaceDownGestureDetectorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsFaceDownGestureDetectorDataUpdatedEventArgs
Properties
View SourceFaceDown
Gets the face down state.
Declaration
public DetectorState FaceDown { get; }
Property Value
Type | Description |
---|---|
DetectorState | The face down state. |