TiSlidingScale.TickMajorWidth

TiSlidingScale See Also

Specifies the Major Ticks' width.

property TickMajorWidth : Integer;

Description

Use TickMajorWidth to set the Major Ticks' width.

Example

Delphi

iComponent.TickMajorWidth := 7;

C++ Builder

iComponent->TickMajorWidth = 7;

Contents | Index | Previous | Next