TiSlider.PointerHeight

TiSlider See Also

Specifies the height of the pointer.

property PointerHeight : Integer;

Description

Use PointerHeight to get or set the pointer height. The PointerHeight value is in pixels.

Example

Delphi

iComponent.PointerHeight := 10;

C++ Builder

iComponent->PointerHeight = 10;

Contents | Index | Previous | Next