LightSensorReadingChangedEventArgs.Reading Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current ambient light-sensor reading.
public:
property LightSensorReading ^ Reading { LightSensorReading ^ get(); };
LightSensorReading Reading();
public LightSensorReading Reading { get; }
var lightSensorReading = lightSensorReadingChangedEventArgs.reading;
Public ReadOnly Property Reading As LightSensorReading
Property Value
The current ambient light-sensor reading.