Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomLabelProperties.Orientation Property

Specifies the orientation of the label’s text shadow.

#Declaration

Delphi
property Orientation: TcxLabelOrientation read; write; default cxoRightBottom;

#Property Value

Type Default
TcxLabelOrientation cxoRightBottom

#Remarks

Use the Orientation property to define the direction of the label’s shadow. The label’s text shadow is visible if the Properties.Depth property has a non-zero value or the Properties.LabelEffect is not set to cxleNormal.

Possible Orientation property values include:

Value Meaning Picture
cxoLeft Shadow is dropped to the left.
cxoRight Shadow is dropped to the right.
cxoTop Shadow is dropped to the top.
cxoBottom Shadow is dropped to the bottom.
cxoLeftTop Shadow is dropped to the left top corner.
cxoLeftBottom Shadow is dropped to the left bottom corner.
cxoRightTop Shadow is dropped to the right top corner.
cxoRightBottom Shadow is dropped to the right bottom corner.

The default value of the Orientation property is cxoRightBottom.

See Also