StringShape.Alignment

From Xojo Documentation

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