Class UltravioletSensorDataUpdatedEventArgs

Definition

Namespace:
Tizen.Sensor
Assembly:
Tizen.Sensor.dll
API Level:
3

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

C#
Copy
public class UltravioletSensorDataUpdatedEventArgs : EventArgs
Inheritance
UltravioletSensorDataUpdatedEventArgs

Properties

View Source

UltravioletIndex

Gets the value of the ultraviolet index.

Declaration
C#
Copy
public float UltravioletIndex { get; }
Property Value
Type Description
Single

The ultraviolet index.

API Level: 3