Class LightSensorDataUpdatedEventArgs

    Definition

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

    The LightSensor changed event arguments class is used for storing the data returned by a light sensor.

    public class LightSensorDataUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    LightSensorDataUpdatedEventArgs

    Properties

    View Source

    Level

    Gets the level of the light.

    Declaration
    public float Level { get; }
    Property Value
    Type Description
    float

    The light level.

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