| Member Name | Description |
|---|
| AlignAllBaseline | Aligns all elements using their NSLayoutAttribute.Baselines. |
| AlignAllBottom | Aligns all elements using their NSLayoutAttribute.Bottoms. |
| AlignAllCenterX | Aligns all elements using their NSLayoutAttribute.CenterXs. |
| AlignAllCenterY | Aligns all elements using their NSLayoutAttribute.CenterYs. |
| AlignAllFirstBaseline | Documentation for this section has not yet been entered. |
| AlignAllLastBaseline | Documentation for this section has not yet been entered. |
| AlignAllLeading | Aligns all elements using their NSLayoutAttribute.Leadings. |
| AlignAllLeft | Aligns all elements using their NSLayoutAttribute.Left properties. |
| AlignAllRight | Aligns all elements using their NSLayoutAttribute.Right properties. |
| AlignAllTop | Aligns all attributes using their NSLayoutAttribute.Tops. |
| AlignAllTrailing | Aligns all attributes using their NSLayoutAttribute.Trailings. |
| AlignmentMask | Mask that can be applied to return only the alignment portion of the format options. |
| DirectionLeadingToTrailing | Arranges objects in the normal direction of text. In most languages this is left-to-right. |
| DirectionLeftToRight | Arranges objects so that the first object is left-most. |
| DirectionMask | Mask that can be applied to return only the directional component of the format options. |
| DirectionRightToLeft | Arranges objects so that the first object is right-most. |