FlipView.orientation property

0 out of 2 rated this helpful - Rate this topic

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:

ValueCondition
"horizontal"

A horizontal layout. This is the default value.

"vertical"

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

Ui.js

See also

FlipView

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.