TiOdometer.DigitBackGroundColor
TiOdometer See Also
Specifies the digit background color.
property DigitBackGroundColor : TColor;
Description
Use DigitBackGroundColor to read or change the digit background color. The
Tenths have a separate background color property TenthsBackGroundColor.
Example
Delphi
iComponent.DigitBackGroundColor := clBlack;
C++ Builder
iComponent->DigitBackGroundColor = clBlack;
Contents | Index | Previous | Next