Expand description
Horizontal alignment options
Horizontal alignment types must implement HorizontalAlignment
.
Structs§
- Center
- Center the objects horizontally
- Left
- Align the left edge of the object to the left edge of the reference
- Left
ToRight - Align the left edge of the object to the right edge of the reference, non-overlapping
- NoAlignment
- Keep the objects’ horizontal alignment unchanged
- Right
- Align the right edge of the object to the right edge of the reference
- Right
ToLeft - Align the right edge of the object to the left edge of the reference, non-overlapping