TiLogGauge.PointerColor
TiLogGauge
Specifies the color of the pointer.
property PointerColor : TColor;
Description
Use PointerColor to get or set the color of the pointer.
Example
Delphi
iComponent.PointerColor := clBlue;
C++ Builder
iComponent->PointerColor = clBlue;
Contents | Index | Previous | Next