LightSensorDataThreshold.AbsoluteLux 属性

定义

获取或设置达到阈值所需的光 (照度) 的最小变化,以绝对照度单位度量。

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

属性值

Single

float

光数据阈值,以照度绝对单位表示。

适用于

另请参阅