**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / LeftRightAlignment.cs
blob2cbb2f15fbe354d1dfb540645ef703489bc99e87
1 //
2 // System.Windows.Forms.LeftRightAlignment.cs
3 //
4 // Author:
5 // Dennis Hayes (dennish@raytek.com)
6 // (C) 2002 Ximian, Inc. http://www.ximian.com
7 //
9 using System;
11 namespace System.Windows.Forms {
13 /// <summary>
14 /// </summary>
15 public enum LeftRightAlignment {
16 Left = 0,
17 Right = 1