Enumeration: Alignment
viewer.Alignment
Enumeration for alignments
readonly
Enumeration members#
Bottom#
• Bottom = 0
Align to bottom
Defined in#
BottomLeft#
• BottomLeft = 1
Align to bottom left
Defined in#
BottomRight#
• BottomRight = 2
Align to bottom right
Defined in#
Center#
• Center = 3
Align to center
Defined in#
Left#
• Left = 4
Align to left
Defined in#
Right#
• Right = 5
Align to right
Defined in#
Top#
• Top = 6
Align to top
Defined in#
TopLeft#
• TopLeft = 7
Align to top left
Defined in#
TopRight#
• TopRight = 8
Align to top right