System.Sensors.TCustomLightSensor.Temperature

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Temperature: Double index TProperty.Temperature read GetDoubleProperty;

C++

__property double Temperature = {read=GetDoubleProperty, index=1};

Properties

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

Description

Getter for light temperature in Kelvin degrees.

Platform Support

This property is only supported on Windows.

See Also