Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCustomTextBox.AlignVert Property

Specifies the vertical content alignment within the text box.

#Declaration

Delphi
property AlignVert: TVerticalAlignment read; write; default taAlignTop;

#Property Value

Type Default
TVerticalAlignment taAlignTop

#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 AlignVert property is taAlignTop.

See Also