Horizontal alignment
Alignment of the object on the horizontal axis. Left: the left side is positioned on the left side of the container, except for the left margin; Right: the right side is positioned on the right side of the container, except for the right margin; Center: the center of the object is positioned in the center of the container, except for the left and/or right margins; Stretch: object width equals container width, except for the left and/or right margins
- BrowseName
- HorizontalAlignment
Values
Value | DisplayName | Description |
---|---|---|
0 | Left | The left side is positioned on the left side of the container, except for the left margin |
1 | Right | The right side is positioned on the right side of the container, except for the right margin |
2 | Center | The center of the object is positioned in the center of the container, except for the left and/or right margins |
3 | Stretch | object width equals container width, except for the left and/or right margins |