TiSlidingScale.TickMidWidth

TiSlidingScale See Also

Specifies the Mid Ticks' width.

property TickMidWidth : Integer;

Description

Use TickMidWidth to set the Mid Ticks' width.

Example

Delphi

iComponent.TickMidWidth := 7;

C++ Builder

iComponent->TickMidWidth = 7;

Contents | Index | Previous | Next