namespace System.Windows.Forms { public enum HorizontalAlignment { Left, Right, Center } }