Class LightSensorDataUpdatedEventArgs

Definition

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

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

C#
Copy
public class LightSensorDataUpdatedEventArgs : EventArgs
Inheritance
LightSensorDataUpdatedEventArgs

Properties

View Source

Level

Gets the level of the light.

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

The light level.

API Level: 3