TiSlidingScale.PointerSize

TiSlidingScale See Also

Specifies the size of the pointer.

property PointerSize : Integer;

Description

Use PointerSize to read or change the pointer size. The PointerSize value is in pixels and refers to the pointer height. The Pointer Width and the Height/Width of the Scale Background Area are automatically and proportionally adjusted.

Example

Delphi

iComponent.PointerSize := 10;

C++ Builder

iComponent->PointerSize = 10;

Note: Has no effect if PointerStyle = isspsLine since the pointers are essentially hidden, except for the Pointer Line.

Contents | Index | Previous | Next