ILayoutSite2.realizedRange property

Gets the pixel range of the realization area.

Syntax

var realizedRange = iLayoutSite2.realizedRange;

Property value

Type: Object

An object that specifies the pixel range of the realization area. The object has these properties:

Property Description

firstPixel

A number that specifies the first pixel in the range.

lastPixel

A number that specifies the last pixel in the range.

 

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ILayoutSite2