TiLogGauge.PointerSize
TiLogGauge
Specifies the size of the pointer.
property PointerSize : Integer;
Description
Use PointerSize to get or set the size of the pointer. 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