TcxCustomLabelProperties.Orientation Property
In This Article
Specifies the orientation of the label’s text shadow.
#Declaration
Delphi
property Orientation: TcxLabelOrientation read; write; default cxoRightBottom;
#Property Value
Type | Default |
---|---|
Tcx |
cxo |
#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 |
---|---|---|
cxo |
Shadow is dropped to the left. | ![]() |
cxo |
Shadow is dropped to the right. | ![]() |
cxo |
Shadow is dropped to the top. | ![]() |
cxo |
Shadow is dropped to the bottom. | ![]() |
cxo |
Shadow is dropped to the left top corner. | ![]() |
cxo |
Shadow is dropped to the left bottom corner. | ![]() |
cxo |
Shadow is dropped to the right top corner. | ![]() |
cxo |
Shadow is dropped to the right bottom corner. | ![]() |
The default value of the Orientation property is cxoRightBottom.
See Also