TiOdometer.DigitWidth

TiOdometer See Also

Specifies the width of each digit.

property DigitWidth : Integer;

Description

Use DigitWidth to set the width of each digit. The DigitWidth value is in pixels.

Example

Delphi

iComponent.DigitWidth := 15;

C++ Builder

iComponent->DigitWidth = 15;

Contents | Index | Previous | Next