LabelEffect Property

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

Specifies the 3D shadow effect applied to a label text.

Declaration

componentPropObj.LabelEffect
Read-Write Property String
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxLabelProperties

Description

The LabelEffect property lets you apply the 3D shadow effect to the text displayed in a label control.

The position of the shadow relative to the label text is specified by the Orientation property. The ShadowedColor property lets you specify the shadow color and the Depth property specifies the shadow depth.

Note that if LabelEffect is set to “cxleNormal” or the Depth property is set to 0, no shadow is drawn.

Property Value

One of the following string values:

Value Description
cxleNormal No 3D shadow effect. This is the default value.
cxleFun The shadow has a gradient effect. The starting shadow color is specified by the ShadowedColor property. The shadow depth is specified by the Depth property.
cxleExtrude The shadow color is specified by the ShadowedColor property. The shadow depth is specified by the Depth property.
cxleCool The shadow appears only at the Depth position.

See Also

Depth Property
Orientation Property
ShadowedColor Property

Highlight search results