TiCompass.ScaleBackGroundColor
TiCompass See Also
Specifies the background color behind the scale.
property ScaleBackGroundColor : TColor;
Description
Use ScaleBackGroundColor to get or set the background color behind the scale.
Example
Delphi
iComponent.ScaleBackGroundColor := clNavy;
C++ Builder
iComponent->ScaleBackGroundColor = clNavy;
Contents | Index | Previous | Next