Share via


LightSensorDataThreshold.LuxPercentage プロパティ

定義

しきい値に達するために必要な光 (lux) の最小変化をパーセント単位で取得または設定します。

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

プロパティ値

Single

float

ライト データのしきい値 (パーセント単位)。

適用対象

こちらもご覧ください