Enum SizeUnit
- Namespace
- Nalu.MagnetLayout
- Assembly
- Nalu.Maui.Layouts.dll
Defines the size unit for a SizeValue.
public enum SizeUnit
Fields
Constraint = 2Size fills the constraint.
Measured = 0Size matches the content's desired size.
Ratio = 3Sizes proportionally to the other axis.
Stage = 1Size matches the size of the IMagnetStage.