Skip to main content

TdxSpreadSheetCustomTextBox.AlignHorz Property

Specifies the horizontal content alignment within the text box.

Declaration

property AlignHorz: TAlignment read; write; default taLeftJustify;

Property Value

Type Default
TAlignment taLeftJustify

Remarks

The AlignHorz and AlignVert properties are used collectively to set the text alignment within the text box’s boundaries:

The AlignVert Property Value

The AlignHorz Property Value

taLeftJustify

taCenter

taRightJustify

taAlignTop

taVerticalCenter

taAlignBottom

The default value of the AlignHorz property is taLeftJustify.

See Also