vAlign Specifies the vertical text alignment. Syntax Reference_Syntax.vAlign = “top | middle | bottom” Values Type Values String • top (default) Align with the top of the available region. • middle Center vertically within the available region. • bottom Align with the bottom of the available region. Applies to Model Object Form Model draw exclGroup field para subform Version XFA 2.1 Examples JavaScript TextField1.vAlign = “top”; FormCalc TextField1.vAlign = “top”