SemanticZoom.zoomedOutItem property

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

See also

SemanticZoom