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