LightSensorDataThreshold.AbsoluteLux 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定以 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 的絕對單位為單位。