Table of Contents

Enum SizeUnit

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

Defines the size unit for a SizeValue.

public enum SizeUnit

Fields

Constraint = 2

Size fills the constraint.

Measured = 0

Size matches the content's desired size.

Ratio = 3

Sizes proportionally to the other axis.

Stage = 1

Size matches the size of the IMagnetStage.