TcxCustomLabelProperties.LabelEffect Property
Specifies the type of 3D shadow effect applied to a label.
Declaration
property LabelEffect: TcxLabelEffect read; write; default cxleNormal;
Property Value
Type | Default |
---|---|
TcxLabelEffect | cxleNormal |
Remarks
Use the LabelEffect property to define the type of 3D shadow effect used to draw a label.
Set the Properties.Depth property to a non-zero value to enable the text shadow and to define how deep its shadow will be. Note that if LabelEffect is set to cxleNormal, the label’s text shadow is hidden. The Properties.Orientation property controls the direction of the shadow and Properties.ShadowedColor specifies its color.
Possible LabelEffect property values include:
Value | Meaning | Picture |
---|---|---|
cxleNormal | No visual effects or shadow is applied. | |
cxleFun | The shadow has a gradient effect. | |
cxleExtrude | The shadow uses the ShadowedColor color. | |
cxleCool | The shadow is visible only at the Depth position. |
The default value of the LabelEffect property is cxleNormal.
See Also