Table of Contents

Enum LayoutSizeMode

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

Defines how an axis participates in a layout pass.

public enum LayoutSizeMode : byte

Fields

AtMost = 1

The view may size to content without exceeding the available size.

Exact = 0

The view must exactly match the available size.