VerticalAlignment
The vertical alignment of text within an input box.
Inherits: enum.Enum
Properties
Properties
CENTERclass-attributeinstance-attribute
Aligns the text vertically in the center of the TextField.
ENDclass-attributeinstance-attribute
Aligns the text vertically at the bottommost location of the TextField.
NONEclass-attributeinstance-attribute
STARTclass-attributeinstance-attribute
Aligns the text vertically at the topmost location of the TextField.