TdxSpreadSheetCustomTextBox.AlignVert Property
In This Article
Specifies the vertical content alignment within the text box.
#Declaration
Delphi
property AlignVert: TVerticalAlignment read; write; default taAlignTop;
#Property Value
Type | Default |
---|---|
TVertical |
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 AlignVert property is taAlignTop.
See Also