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
    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.

    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