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