TiOdometer.DigitBorderShow
TiOdometer
Specifies whether the border is shown between and around all digits.
property DigitBorderShow : Boolean;
Description
Use DigitBorderShow to specify whether the border, drawn using the DigitBorderColor, is drawn between and around all digits in the odometer control.
Example
Delphi
iComponent.DigitBorderShow := True;
C++ Builder
iComponent->DigitBorderShow = True;
Contents | Index | Previous | Next