TiSlidingScale.TickMajorLabelMargin

TiSlidingScale See Also

Specifies the margin between the Major Tick Labels and Major Ticks.

property TickMajorLabelMargin : Integer;

Description

Use TickMajorLabelMargin to set the margin between the Major Tick Labels and the Major Ticks. The TickMajorLabelMargin value is in pixels.

Example

Delphi

iComponent.TickMajorLabelMargin := 15;

C++ Builder

iComponent->TickMajorLabelMargin = 15;

Contents | Index | Previous | Next