TiDualCompass.Pointer1Color
TiDualCompass See Also
Specifies the color of Pointer #1.
property Pointer1Color : TColor;
Description
Use Pointer1Color to get or set the color of Pointer #1.
Example
Delphi
iComponent.Pointer1Color := clBlack;
C++ Builder
iComponent->Pointer1Color = clBlack;
Contents | Index | Previous | Next