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