TiDualCompass.ScaleBackGroundColor
TiDualCompass See Also
Specifies the background color of the doughnut-shaped area behind the scale.
property ScaleBackGroundColor : TColor;
Description
Use ScaleBackGroundColor to read or change the background color of the
doughnut-shaped area behind the scale.
Example
Delphi
iComponent.ScaleBackGroundColor := clBlue;
C++ Builder
iComponent->ScaleBackGroundColor = clBlue;
Contents | Index | Previous | Next