TiSlidingCompass.ScaleBackGroundColor
TiSlidingCompass 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.
This property is used in conjunction with the ScaleShadowColor property to produce a gradient and 3D effect. To produce a solid color, set ScaleShadowEnabled property to False.
Example
Delphi
iComponent.ScaleBackgroundColor := clNavy;
C++ Builder
iComponent->ScaleBackgroundColor = clNavy;
Contents | Index | Previous | Next