realizedRange property
Collapse the table of content
Expand the table of content

ILayoutSite2.realizedRange property

Applies to Windows and Windows Phone

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:

PropertyDescription

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

 

 

Show:
© 2017 Microsoft