Table of Contents

Enum SizeBehavior

Namespace
Nalu.MagnetLayout
Assembly
Nalu.Maui.Layouts.dll

Defines the behavior of the size when constraints cannot be satisfied.

public enum SizeBehavior

Fields

Required = 0

The desired size must be satisfied.

Shrink = 1

The desired size is preferred, and can eventually shrink.