TiSlider.PointerWidth
TiSlider See Also
Specifies the width of the pointer.
property PointerWidth : Integer;
Description
Use PointerWidth to read or change the pointer width. The PointerWidth value
is in pixels.
Example
Delphi
iComponent.PointerWidth := 15;
C++ Builder
iComponent->PointerWidth = 15;
Contents | Index | Previous | Next