ILayout.reset method

This API is no longer supported. Starting with the Windows Library for JavaScript 2.0 Preview, use the ILayout2 interface. Resets layout information.

Syntax

iLayout.reset();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

Clear all layout information so that a fresh layout pass can begin.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ILayout