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 visible items in the site.
Syntax
var visibleRange = iLayoutSite2.visibleRange;
Property value
Type: ****
An object that specifies the pixel range of visible items. The object has these properties:
Property | Description |
---|---|
firstPixel |
A number that specifies the first pixel of the visible range. |
lastPixel |
A number that specifies the last pixel of the visible range. |
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |