TiThermometer.IndicatorBackGroundColor

TiThermometer See Also

Specifies the indicator background color.

property IndicatorBackGroundColor : TColor;

Description

Use IndicatorBackGroundColor to read or change the indicator background color.

Example

Delphi

iComponent.IndicatorBackGroundColor := clMaroon;

C++ Builder

iComponent->IndicatorBackGroundColor = clMaroon;

Contents | Index | Previous | Next