TiLinearGauge.PointerSize
TiLinearGauge 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.
Example
Delphi
iComponent.PointerSize := 10;
C++ Builder
iComponent->PointerSize = 10;
Note: Has no effect if PointerStyle = ilgpsColorBar.
Contents | Index | Previous | Next