Specifies the vertical text alignment.
SyntaxReference_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.
|
JavaScriptTextField1.vAlign = "top";
FormCalcTextField1.vAlign = "top"
|
|
|