Table of Contents

Enum DockLayer.Align

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

Determines how docked children are aligned on the cross axis.

public enum DockLayer.Align

Fields

Left = 0

Align to the left edge.

Right = 2

Align to the right edge.

Stretch = 1

Stretch to fill the available cross-axis space.