Share via


LightSensorDataThreshold.AbsoluteLux Property

Definition

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.

Applies to

See also