Compartilhar via


LightSensorDataThreshold.LuxPercentage Propriedade

Definição

Obtém ou define a alteração mínima na luz (lux) necessária para atingir o limite, medida em porcentagem.

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

Valor da propriedade

Single

float

O limite de dados leves, em porcentagem.

Aplica-se a

Confira também