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 = 0The desired size must be satisfied.
Shrink = 1The desired size is preferred, and can eventually shrink.