TiSwitchSlider.PointerHeight

TiSwitchSlider See Also

Specifies the height of the pointer.

property PointerHeight : Integer;

Description

Use PointerHeight to read or change the pointer height. The PointerHeight value is in pixels.

Example

Delphi

iComponent.PointerHeight := 8;

C++ Builder

iComponent->PointerHeight = 8;

Contents | Index | Previous | Next