SemanticZoom.enableButton property
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 |