Table of Contents

Enum LayoutGuide.Align

Namespace
Xui.Core.UI
Assembly
Core.dll

Defines alignment of a view within a layout axis.

public enum LayoutGuide.Align : byte

Fields

Center = 1

Align to the center.

End = 2

Align to the end (bottom or right).

Start = 0

Align to the start (top or left).