TiCompass.TickMargin
TiCompass See Also
Specifies the margin between the Ticks and the raised center of the control.
property TickMargin : Integer;
Description
Use TickMargin to get or set the margin between the Ticks and the raised
center of the control. The TickMargin value is in pixels.
Example
Delphi
iComponent.TickMargin := 15;
C++ Builder
iComponent->TickMargin = 15;
Contents | Index | Previous | Next