StringShape.Alignment
From Xojo Documentation
(Redirected from Alignment Enumeration) This item was deprecated in version 2019r2. Please use TextShape.Alignment as a replacement. |
Enumeration
StringShape.Alignment
Used to set the HorizontalAlignment and VerticalAlignment properties of StringShapes.
Values
Enum | Value |
---|---|
Left | 0 |
Top | 1 |
Center | 2 |
Baseline | 3 |
Right | 4 |
Bottom | 5 |
Notes
See the description and example for the StringShape class.
See Also
StringShape class