ShadowedColor Property

Applies to TestComplete 15.63, last modified on April 23, 2024

Specifies the color of a label's text shadow.

Declaration

componentPropObj.ShadowedColor
Read-Write Property Integer
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxLabelProperties

Description

Use the ShadowedColor property to get or set the color of the shadow that appears behind the label's text. Note that the shadow is only visible if the LabelEffect property is set to anything other than “cxleNormal” and the shadow depth specified by the Depth property is greater than 0.

The shadow style is specified by the LabelEffect property. The Orientation property lets you specify the shadow position relative to the label text. To change the shadow depth, use the Depth property.

Property Value

An integer value that specifies the shadow color.

For a list of predefined color constants and instructions on how to calculate custom color values, see the Working With Colors topic.

See Also

Depth Property
LabelEffect Property
Orientation Property

Highlight search results