TiSlidingScale.TickMidLength
TiSlidingScale See Also
Specifies the Mid Ticks' length.
property TickMidLength : Integer;
Description
Use TickMidLength to set the Mid Ticks' length.
Example
Delphi
iComponent.TickMidLength := 7;
C++ Builder
iComponent->TickMidLength = 7;
Contents | Index | Previous | Next