The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AutomationOrientation Enumeration
.NET Framework (current version)
Specifies the direction in which a control can be laid out.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Horizontal | The control is laid out horizontally. | |
| None | The control doesn't have an orientation. An example of a control without an orientation is a Button. | |
| Vertical | The control is laid out horizontally. |
Controls that can be laid out horizontally or vertically include ScrollBar, Slider, and TabControl.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: