TiSlidingScale.TickMinorLength

TiSlidingScale See Also

Specifies the Minor Ticks' length.

property TickMinorLength : Integer;

Description

Use TickMinorLength to set the Minor Ticks' length.

Example

Delphi

iComponent.TickMinorLength := 7;

C++ Builder

iComponent->TickMinorLength = 7;

Contents | Index | Previous | Next