TiLinearGauge.PointerColor
TiLinearGauge See Also
Specifies the color of the pointer.
property PointerColor : TColor;
Description
Use PointerColor to read or change the pointer color.
Example
Delphi
iComponent.PointerColor := clBlue;
C++ Builder
iComponent->PointerColor = clBlue;
Contents | Index | Previous | Next