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.
public class LightSensorDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
View SourceLevel
Gets the level of the light.
Declaration
public float Level { get; }
Property Value
Type | Description |
---|---|
Single | The light level. |