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 = 2Indicates an Arrange pass to finalize layout position and size.
Measure = 1Indicates a Measure pass to determine desired size.
Render = 4Indicates a Render pass to draw the view's content.