Skip to content

VerticalAlignment

VerticalAlignment #

Bases: Enum

The vertical alignment of text within an input box.

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.