TiSlidingCompass.ScaleShadowEnabled
TiSlidingCompass See Also
Specifies whether the ShadowColor is displayed to create a gradient effect.
property ScaleShadowEnabled : Boolean;
Description
Use ScaleShadowEnabled to specify whether the ScaleShadowColor property is used in conjunction with the ScaleBackgroundColor property to produce a gradient and/or 3D effect. Setting this property to
false allows for a solid background color by using the ScaleBackgroundColor property.
Example
Delphi
iComponent.ScaleShadowEnabled := True;
C++ Builder
iComponent->ScaleShadowEnabled = True;
Contents | Index | Previous | Next