StringAlignment public enum StringAlignment Specifies the alignment of a text string relative to its layout rectangle. Documentation Code namespace System.Drawing { public enum StringAlignment { Near, Center, Far } }