Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SemanticZoom.enableButton property

Applies to Windows only

Gets or a sets a value that specifies whether to display the SemanticZoom zoom-out button. (Not supported on Windows Phone 8.1.)

Syntax


<div data-win-control="WinJS.UI.SemanticZoom" data-win-options="{ enableButton : value}" />


var enableButton = semanticZoom.enableButton;
semanticZoom.enableButton = enableButton;

Property value

Type: Boolean

true to display the zoom-out button when the user moves the mouse in the zoomed-out view; otherwise, false.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.UI

See also

SemanticZoom

 

 

Show: