다음을 통해 공유


LightSensorDataThreshold.AbsoluteLux 속성

정의

임계값에 도달하는 데 필요한 광원(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의 절대 단위)입니다.

적용 대상

추가 정보