TcxCustomLabelProperties.Orientation Property
Specifies the orientation of the label’s text shadow.
Declaration
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