Gets or sets the orientation of the FlipView, horizontal or vertical.
Syntax
<div data-win-control="WinJS.UI.FlipView" data-win-options="{ orientation : value}" ></div>
var orientation = flipView.orientation;
flipView.orientation = orientation;
Property value
Type: String
A string that specifies the FlipView object's layout. It accepts these values:
| Value | Condition |
|---|---|
|
A horizontal layout. This is the default value. |
|
A vertical layout. |
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
WinJS.UI |
|
Library |
|
See also
Build date: 12/5/2012