System.Sensors.TCustomLightSensor.Lux

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Lux: Double index TProperty.Lux read GetDoubleProperty;

C++

__property double Lux = {read=GetDoubleProperty, index=0};

Properties

Type Visibility Source Unit Parent
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomLightSensor

Description

Getter for ambient light in Lux (Lumens per Square Meter).

Platform Support

This property is only supported on Android and Windows.

See Also