// // System.Windows.Forms.TabAlignment.cs // // Author: // Dennis Hayes (dennish@raytek.com) // (C) 2002 Ximian, Inc. http://www.ximian.com // using System; namespace System.Windows.Forms { /// /// public enum TabAlignment { Bottom = 1, Left = 2, Right = 3, Top = 0 } }