Enum LayoutGuide.LayoutPass
Flags indicating which type of layout pass is being performed. Multiple passes may be combined (e.g., Measure | Render).
[Flags]
public enum LayoutGuide.LayoutPass : byte
Fields
Arrange = 2
Indicates an Arrange pass to finalize layout position and size.
Measure = 1
Indicates a Measure pass to determine desired size.
Render = 4
Indicates a Render pass to draw the view's content.