Enum LayoutSizeMode
Defines how an axis participates in a layout pass.
public enum LayoutSizeMode : byte
Fields
AtMost = 1The view may size to content without exceeding the available size.
Exact = 0The view must exactly match the available size.