Class FaceDownGestureDetectorDataUpdatedEventArgs
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 3
The FaceDownGestureDetector changed event arguments class is used for storing the data returned by a face down gesture detector.
C#Copypublic class FaceDownGestureDetectorDataUpdatedEventArgs : EventArgs
- Inheritance
-
System.ObjectSystem.EventArgsFaceDownGestureDetectorDataUpdatedEventArgs
Properties
Declaration
C#Copypublic DetectorState FaceDown { get; }
Property Value
Type | Description |
---|---|
DetectorState | The face down state. |