TdxSpreadSheetCustomTextBox.AlignHorz Property
In This Article
Specifies the horizontal content alignment within the text box.
#Declaration
Delphi
property AlignHorz: TAlignment read; write; default taLeftJustify;
#Property Value
Type | Default |
---|---|
TAlignment | ta |
#Remarks
The AlignHorz and AlignVert properties are used collectively to set the text alignment within the text box’s boundaries:
The Align | The Align | ||
ta | ta | ta | |
ta | |||
ta | |||
ta |
The default value of the AlignHorz property is taLeftJustify.
See Also