SemanticZoom.zoomedInItem property

Gets or sets a mapping function which can be used to change the item that is targeted on zoom in. SemanticZoom

Syntax

<div data-win-control="WinJS.UI.SemanticZoom" data-win-options="{ zoomedInItem : value}" />
var zoomedInItem = semanticZoom.zoomedInItem;
semanticZoom.zoomedInItem = zoomedInItem;

Property value

Type: Function

The function to be used to change the item that is targeted on zoom in.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.UI

See also

SemanticZoom