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
  
      class-attribute
      instance-attribute
  
#
    Aligns the text vertically in the center of the TextField.
END = 1.0
  
      class-attribute
      instance-attribute
  
#
    Aligns the text vertically at the bottommost location of the TextField.
NONE = None
  
      class-attribute
      instance-attribute
  
#
    
START = -1.0
  
      class-attribute
      instance-attribute
  
#
    Aligns the text vertically at the topmost location of the TextField.