TiSlidingScale.ScaleShadowColor
TiSlidingScale See Also
Specifies the shadow color of the scale behind the ticks and the tick labels.
property ScaleShadowColor : TColor;
Description
Use ScaleShadowColor to to product a gradient effect in the area behind the
scale. This property is used in conjunction with the ScaleBackgroundColor property to produce a gradient and/or 3D effect. To produce a solid color,
set ScaleShadowEnabled property to False and use only the ScaleBackgroundColor property.
For a professional look, only a very dark or black ScaleShadowColor will
produce a good looking 3D effect. Also make sure that all the Label Font Colors and
all the Ticks are the same color as the ScaleShadowColor to achieve the 3D
effect.
Example
Delphi
iComponent.ScaleShadowColor := clBlack;
C++ Builder
iComponent->ScaleShadowColor = clBlack;
Contents | Index | Previous | Next