Class AutoRotationSensorDataUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Sensor
    Assembly:
    Tizen.Sensor.dll

    The AutoRotationSensorDataUpdatedEventArgs is used for storing the data returned by the auto-rotation sensor.

    public class AutoRotationSensorDataUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    AutoRotationSensorDataUpdatedEventArgs

    Properties

    View Source

    Accuracy

    Gets the accuracy of the auto-rotation data.

    Declaration
    public SensorDataAccuracy Accuracy { get; }
    Property Value
    Type Description
    SensorDataAccuracy

    Accuracy

    View Source

    Rotation

    Gets the value of the rotation state.

    Declaration
    public AutoRotationState Rotation { get; }
    Property Value
    Type Description
    AutoRotationState

    The rotation state.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX