Anchor
Description
Enumeration of anchor points.
Left      Right
 +----+-----+ Top
 |   _____  |
 |  / ____| |
 | | |  __  |
 +-| |-|_ |-+ Center
 | | |__| | |
 +--\_. ._|-+ Base
 |    | |   |
 |    |_|   |
 +----+-----+ Bottom
     Center
If the baseline is not applicable, the bottom line will be used instead.
Public / Constants
Center
Center anchor.
+----+-----+ | _____ | | / ____| | | | | __ | +-| |#|_ |-+ | | |__| | | +--\_. ._|-+ | | | | | |_| | +----+-----+
Top
Top anchor.
############ | _____ | | / ____| | | | | __ | +-| |-|_ |-+ | | |__| | | +--\_. ._|-+ | | | | | |_| | +----+-----+
- See also
Base
Base anchor.
+----+-----+ | _____ | | / ____| | | | | __ | +-| |-|_ |-+ | | |__| | | ###\_. ._|## | | | | | |_| | +----+-----+
- See also
Bottom
Bottom anchor.
+----+-----+ | _____ | | / ____| | | | | __ | +-| |-|_ |-+ | | |__| | | +--\_. ._|-+ | | | | | |_| | ############
- See also
Left
Bottom anchor.
#----+-----+ # _____ | # / ____| | # | | __ | #-| |-|_ |-+ # | |__| | | #--\_. ._|-+ # | | | # |_| | #----+-----+
- See also
Right
Bottom anchor.
+----+-----# | _____ # | / ____| # | | | __ # +-| |-|_ |-# | | |__| | # +--\_. ._|-# | | | # | |_| # +----+-----#
- See also
TopLeft
Shortcut for: Top | Left.
###---+-----+ | _____ | | / ____| | | | | __ | +-| |-|_ |-+ | | |__| | | +--\_. ._|-+ | | | | | |_| | +----+-----+
TopRight
Shortcut for: Top | Right.
+----+----### | _____ | | / ____| | | | | __ | +-| |-|_ |-+ | | |__| | | +--\_. ._|-+ | | | | | |_| | +----+-----+
BaseLeft
Shortcut for: Base | Left.
+----+-----+ | _____ | | / ____| | | | | __ | +-| |-|_ |-+ | | |__| | | ###-\_. ._|-+ | | | | | |_| | +----+-----+
BaseRight
Shortcut for: Base | Right.
+----+-----+ | _____ | | / ____| | | | | __ | +-| |-|_ |-+ | | |__| | | +--\_. ._|### | | | | | |_| | +----+-----+
BottomLeft
Shortcut for: Bottom | Left.
+----+-----+ | _____ | | / ____| | | | | __ | +-| |-|_ |-+ | | |__| | | +--\_. ._|-+ | | | | | |_| | ###---+-----+
BottomRight
Shortcut for: Bottom | Right.
+----+-----+ | _____ | | / ____| | | | | __ | +-| |-|_ |-+ | | |__| | | +--\_. ._|-+ | | | | | |_| | +----+----###