Table of Contents

Enum AnchorType

Namespace
UILib.Layouts
Assembly
UILib.dll

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 = 6
BottomMiddle = 7
BottomRight = 8
Middle = 4
MiddleLeft = 3
MiddleRight = 5
TopLeft = 0
TopMiddle = 1
TopRight = 2