HorizontalAlignment API in JavaScript Drawing API control
Defines how the diagram elements have to be aligned with respect to its immediate parent
- Stretch - Stretches the diagram element throughout its immediate parent
- Left - Aligns the diagram element at the left of its immediate parent
- Right - Aligns the diagram element at the right of its immediate parent
- Center - Aligns the diagram element at the center of its immediate parent
- Auto - Aligns the diagram element based on the characteristics of its immediate parent
- Stretch
- Left
- Right
- Center
- Auto