TcxLabelLineOptions.Alignment Property
In This Article
Specifies the position of a line within the label.
#Declaration
Delphi
property Alignment: TcxLabelLineAlignment read; write; default cxllaCenter;
#Property Value
Type | Default |
---|---|
Tcx |
cxlla |
#Remarks
Options include:
Value | Meaning | Example |
---|---|---|
cxlla |
The line is aligned to the label’s top. | ![]() |
cxlla |
The line is centered within the label. | ![]() |
cxlla |
The line is aligned to the label’s bottom. | ![]() |
See Also