ILayout.horizontal property

This API is no longer supported. Starting with the Windows Library for JavaScript 2.0 Preview, use the ILayout2 interface. Gets a value that indicates whether items are laid out horizontally.

Syntax

var horizontal = iLayout.horizontal;

Property value

Type: Boolean

true if items are laid out horizontally; otherwise, false.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ILayout