Enum AnchorType
Types of anchors which can be applied to a UIObject to determine how it's positioned in its parent container.
public enum AnchorType
Fields
BottomLeft = 6BottomMiddle = 7BottomRight = 8Middle = 4MiddleLeft = 3MiddleRight = 5TopLeft = 0TopMiddle = 1TopRight = 2