Module embedded_layout::align::vertical
source · Expand description
Vertical alignment options
Vertical alignment types must implement VerticalAlignment
.
Structs
- Align the bottom edge of the object to the bottom edge of the reference
- Align the bottom edge of the object to the top edge of the reference, non-overlapping
- Center the objects vertically
- Keep the objects’ vertical alignment unchanged
- Align the top edge of the object to the top edge of the reference
- Align the top edge of the object to the bottom edge of the reference, non-overlapping