Skip to main content

VerticalAlignment

The vertical alignment of text within an input box.

Inherits: enum.Enum

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

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.