TdxSpreadSheetCustomTextBox.AlignVert Property
Specifies the vertical content alignment within the text box.
Declaration
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