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. | ![]() |
| clGreen | Shadow is green. | ![]() |
| clRed | Shadow is red. | ![]() |
The default value of the ShadowedColor property is clBtnShadow.
See Also


