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: