TiThermometer.IndicatorColor
TiThermometer See Also
Specifies the indicator color.
property IndicatorColor : TColor;
Description
Use IndicatorColor to read or change the indicator color.
Example
Delphi
iComponent.IndicatorColor := clRed;
C++ Builder
iComponent->IndicatorColor = clRed;
Contents | Index | Previous | Next