TextShape.Alignment
From Xojo Documentation
Enumeration
Used to set the HorizontalAlignment and VerticalAlignment properties of TextShapes.
Values
Enum | Value |
---|---|
Left | 0 |
Top | 1 |
Center | 2 |
Baseline | 3 |
Right | 4 |
Bottom | 5 |
Notes
See the description and example for the TextShape class.
See Also
TextShape class