LightSensorDataThreshold.AbsoluteLux Eigenschaft

Definition

Ruft die minimale Lichtänderung (Lux) ab, die erforderlich ist, um den Schwellenwert zu erreichen, gemessen in absoluten Lux-Einheiten, oder legt diese fest.

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

Eigenschaftswert

Single

float

Der Lichtdatenschwellenwert in absoluten Lux-Einheiten.

Gilt für:

Weitere Informationen