Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |