hmmm, guess the other way we could do it is to not have a new TextAlign property, and just simply extand the current Alignment property, but it would look like this:

0 - Left
1 - Right
2 - Centered
3 - MiddleLeft
4 - MiddleRight
5 - MiddleCentered
6 - BottomLeft
7 - BottomRight
8 - BottomCentered

This would save me from having to allocate a new property ... plus its perfectly backward compatible with older scripts ...