Class LightSensorDataUpdatedEventArgs
Definition
- 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
-
objectSystem.EventArgsLightSensorDataUpdatedEventArgs
Properties
View SourceLevel
Gets the level of the light.
Declaration
public float Level { get; }
Property Value
Type | Description |
---|---|
float | The light level. |