**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / ListViewAlignment.cs
blob13a609ce8bebe103abdd6ebf70f9b420fa150a28
1 //
2 // System.Windows.Forms.ListViewAlignment.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 ListViewAlignment {
16 Default = 0,
17 Left = 1,
18 SnapToGrid = 5,
19 Top = 2