Enumeration
Layout.ChildAttribute
public enum ChildAttribute
Relationships
Member Of
LayoutLayoutprovides the ability to layout a series ofRects using specified rules. The order of eachRectis always preserved.
Enumeration Cases
maxWidth
case maxWidth
Calculcates the maximum width of all Rects
maxHeight
case maxHeight
Calculcates the maximum height of all Rects
fullWidth
case fullWidth
Calculates the full width of all Rects
(width from left-most to right-most)
fullHeight
case fullHeight
Calculates the full height of all Rects
(height from top-most to bottom-most)
topMost
case topMost
Calculates the top-most top of all Rects
bottomMost
case bottomMost
Calculates the bottom-most bottom of all Rects
leftMost
case leftMost
Calculates the left-most left of all Rects
rightMost
case rightMost
Calculates the right-most right of all Rects