共用方式為


LightSensorDataThreshold.AbsoluteLux 屬性

定義

取得或設定以 lux (lux) 達到閾值所需的最小變更,以 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

屬性值

Single

float

光資料閾值,以 lux 的絕對單位為單位。

適用於

另請參閱