Skip to main content

TcxCustomLabelProperties.ShadowedColor Property

Specifies the color of the label’s text shadow.

Declaration

property ShadowedColor: TColor read; write; default clGrayText;

Property Value

Type Default
TColor clGrayText

Remarks

Use the ShadowedColor property to specify the color of the label’s text shadow. The following images show different ShadowedColor settings:

Value Description Example
clBtnShadow Default color. The Default Shadow Color
clGreen Shadow is green. A Green Shadow
clRed Shadow is red. A Red Shadow

The default value of the ShadowedColor property is clBtnShadow.

See Also