Share via


LightSensorDataThreshold.LuxPercentage Property

Definition

Gets or sets the minimum change in light (lux) required to reach the threshold, measured in percent.

public:
 property float LuxPercentage { float get(); void set(float value); };
float LuxPercentage();

void LuxPercentage(float value);
public float LuxPercentage { get; set; }
var single = lightSensorDataThreshold.luxPercentage;
lightSensorDataThreshold.luxPercentage = single;
Public Property LuxPercentage As Single

Property Value

Single

float

The light data threshold, in percent.

Applies to

See also