[−][src]Module embedded_layout::horizontal
Horizontal alignment options
Structs
Center | Center the objects horizontally |
Left | Align the left edge of the object to the left edge of the reference |
LeftToRight | Align the left edge of the object to the right edge of the reference, non-overlapping |
NoAlignment | Keep the object's horizontal coordinate unchanged |
Right | Align the right edge of the object to the right edge of the reference |
RightToLeft | Align the right edge of the object to the left edge of the reference, non-overlapping |