Enum TextAlignment
Specify the available text alignment when rendering text.
public enum TextAlignmentFields
- Center = 1
- The text will be centered. 
- Left = 0
- The text will aligned on the left border. 
- Right = 2
- The text will be aligned on the right border.