TcxHeaderSection.Alignment Property
In This Article
Controls the horizontal placement of text within the section.
#Declaration
Delphi
property Alignment: TAlignment read; write; default taLeftJustify;
#Property Value
Type | Default |
---|---|
TAlignment | ta |
#Remarks
Set Alignment to specify how the text of a section is justified within the section. The Alignment property may take one of the following values (see the Status section in the images below):
Value | Meaning | Example |
---|---|---|
ta |
Text is centered. | ![]() |
ta |
Text is aligned to the left side of the section. | ![]() |
ta |
Text is aligned to the right side of the section. | ![]() |
The default value of the Alignment property is taLeftJustify.
See Also