Specifies the color of a label's text shadow.
Declaration
Read-Write Property | Integer |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
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.