Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Specifies the direction in which a control can be laid out.

Namespace:   System.Windows.Automation.Peers
Assembly:  PresentationCore (in PresentationCore.dll)

Public Enumeration AutomationOrientation

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft