共用方式為


LightSensorDataThreshold.LuxPercentage 屬性

定義

取得或設定在 light (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

淺色資料臨界值,以百分比為單位。

適用於

另請參閱