TiCompass.TickColor

TiCompass See Also

Specifies the color of the ticks.

property TickColor : TColor;

Description

Use TickColor to get or set the color of the ticks.

Example

Delphi

iComponent.TickColor := clAqua;

C++ Builder

iComponent->TickColor = clAqua;

Contents | Index | Previous | Next