TiLabel.ShadowColor

TiLabel See Also

Specifies the color of the Shadow applied to the caption text.

property ShadowColor : TColor;

Description

Use ShadowColor to read or change the Shadow color.

Example

Delphi

iComponent.ShadowColor := clBlack;

C++ Builder

iComponent->ShadowColor = clBlack;

Contents | Index | Previous | Next