Skip to main content

TcxLabelLineOptions.Alignment Property

Specifies the position of a line within the label.

Declaration

property Alignment: TcxLabelLineAlignment read; write; default cxllaCenter;

Property Value

Type Default
TcxLabelLineAlignment cxllaCenter

Remarks

Options include:

Value Meaning Example
cxllaTop The line is aligned to the label’s top.
cxllaCenter The line is centered within the label.
cxllaBottom The line is aligned to the label’s bottom.
See Also