TiLabel.ShadowShow

TiLabel See Also

Specifies whether the Shadow is applied to the caption text.

property ShadowShow : Boolean;

Description

Use ShowShow to specify whether a shadow effect is applied to the caption text. The shadow is always drawn behind the caption text.

Example

Delphi

iComponent.ShadowShow := True;

C++ Builder

iComponent->ShadowShow = True;

Contents | Index | Previous | Next