**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / BoundsSpecified.cs
blob797552920e02f09ccc1895cee992187e5813e164
1 //
2 // System.Windows.Forms.BoundsSpecified.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 BoundsSpecified {
16 All = 15,
17 Height = 8,
18 Location = 3,
19 None = 0,
20 Size = 12,
21 Width = 4,
22 X = 1,
23 Y = 2