Table of Contents

Enum LayoutAlign

Namespace
Xui.Core.UI
Assembly
Xui.Core.dll

Defines an anchor alignment on one layout axis.

public enum LayoutAlign : byte

Fields

Center = 1

Align to the center.

End = 2

Align to the end edge.

Start = 0

Align to the start edge.