TiOdometer.DigitBorderColor

TiOdometer

Specifies the border color between and around all digits.

property DigitBorderColor : TColor;

Description

Use DigitBorderColor to set or get the color used to draw the border around and between all digits. This property is ignored if DigitBorderShow is set to False.

Example

Delphi

iComponent.DigitBorderColor := clWhite;

C++ Builder

iComponent->DigitBorderColor = clWhite;

Contents | Index | Previous | Next