Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |