Class FaceDownGestureDetectorDataUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Sensor
    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
    object
    FaceDownGestureDetectorDataUpdatedEventArgs

    Properties

    View Source

    FaceDown

    Gets the face down state.

    Declaration
    public DetectorState FaceDown { get; }
    Property Value
    Type Description
    DetectorState

    The face down state.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX