Expand description
Vertical alignment options
Vertical alignment types must implement VerticalAlignment
.
Structs§
- Bottom
- Align the bottom edge of the object to the bottom edge of the reference
- Bottom
ToTop - Align the bottom edge of the object to the top edge of the reference, non-overlapping
- Center
- Center the objects vertically
- NoAlignment
- Keep the objects’ vertical alignment unchanged
- Top
- Align the top edge of the object to the top edge of the reference
- TopTo
Bottom - Align the top edge of the object to the bottom edge of the reference, non-overlapping