2009-09-29 Jeffrey Stedfast <fejj@novell.com>
[moon.git] / class / System.Windows / System.Windows.Automation.Peers / AutomationOrientation.cs
blob2eb25e58898c51b179226f849b89edc1962d94fb
1 /*
2 * AutomationOrientation.cs.
4 * Contact:
5 * Moonlight List (moonlight-list@lists.ximian.com)
7 * Copyright 2008 Novell, Inc. (http://www.novell.com)
9 * See the LICENSE file included with the distribution for details.
13 using System;
15 namespace System.Windows.Automation.Peers
17 public enum AutomationOrientation
19 None,
20 Horizontal,
21 Vertical