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 or sets a mapping function which can be used to change the item which is targeted on zoom out.
Syntax
<div data-win-control="WinJS.UI.SemanticZoom" data-win-options="{ zoomedOutItem : value}" />
var zoomedOutItem = semanticZoom.zoomedOutItem;
semanticZoom.zoomedOutItem = zoomedOutItem;
Property value
Type: Function
The function to be used to change the item that is targeted on zoom out.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |