Table of Contents

Enum Anchors

Namespace
Lime
Assembly
Lime.dll

Parent-relative layout.

[Flags]
public enum Anchors

Fields

Bottom = 8
Center = CenterH | CenterV
CenterH = 16
CenterV = 32
Left = 1
LeftRight = Left | Right
LeftRightTopBottom = LeftRight | TopBottom
None = 0
Right = 2
Top = 4
TopBottom = Top | Bottom