VerticalAlignment Inherits: Enum The vertical alignment of text within an input box. Properties CENTER – Aligns the text vertically in the center of the TextField. END – Aligns the text vertically at the bottommost location of the TextField. NONE – START – Aligns the text vertically at the topmost location of the TextField. Properties# CENTER = 0.0 # Aligns the text vertically in the center of the TextField. END = 1.0 # Aligns the text vertically at the bottommost location of the TextField. NONE = None # START = -1.0 # Aligns the text vertically at the topmost location of the TextField.