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.
WinJS.UI.Orientation enumeration

Specifies the orientation of a control.
Syntax
var WinJS.UI.Orientation = { horizontal : "horizontal", vertical : "vertical" }
Members
The Orientation enumeration has these members.
| Member | Value | Description |
|---|---|---|
| horizontal | "horizontal" |
A horizontal layout. |
| vertical | "vertical" |
A vertical layout. |
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
Show: