TiOdometer.TenthsBackGroundColor
TiOdometer See Also
Specifies the Tenths Digit background color.
property TenthsBackGroundColor : TColor;
Description
Use TenthsBackGroundColor to read or change the Tenths Digit background color.
Example
Delphi
iComponent.TenthsBackGroundColor := clTeal;
C++ Builder
iComponent->TenthsBackGroundColor = clTeal;
Contents | Index | Previous | Next