Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 558 Bytes

File metadata and controls

15 lines (10 loc) · 558 Bytes

VerticalAlignment

Enumeration of possible vertical alignment values.

Enum

Name Type Value Description
NONE str "None" No alignment (use specified position).
TOP str "Top" Align to top.
CENTER str "Center" Center alignment.
BOTTOM str "Bottom" Align to bottom.

[Back to Model list] [Back to API list] [Back to README]