Class UltravioletSensorDataUpdatedEventArgs

    Definition

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

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

    public class UltravioletSensorDataUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    UltravioletSensorDataUpdatedEventArgs

    Properties

    View Source

    UltravioletIndex

    Gets the value of the ultraviolet index.

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

    The ultraviolet index.

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