다음을 통해 공유


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

라이트 데이터 임계값(백분율)입니다.

적용 대상

추가 정보