LightSensorDataThreshold.AbsoluteLux 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 or sets the minimum change in light (lux) required to reach the threshold, measured in absolute units of lux.
public:
property float AbsoluteLux { float get(); void set(float value); };
float AbsoluteLux();
void AbsoluteLux(float value);
public float AbsoluteLux { get; set; }
var single = lightSensorDataThreshold.absoluteLux;
lightSensorDataThreshold.absoluteLux = single;
Public Property AbsoluteLux As Single
Property Value
Single
float
The light data threshold, in absolute units of lux.