There is no such thing. If you want to align text at the middle, you have to first measure the line width (note that each character has different width!), then find out the screen width (hardcoded constant), then add appropriate padding of " " before your line. Cannot be done through a TextFormat constant.