Table of Contents

Enum LayoutGuide.SizeTo

Namespace
Xui.Core.UI
Assembly
Core.dll

Defines how the view should interpret the size constraints during measurement.

public enum LayoutGuide.SizeTo : byte

Fields

AtMost = 1

The view may size to its content, but must not exceed the given constraints.

Exact = 0

The view must exactly match the given size constraints.