SemanticZoom.isDeclarativeControlContainer property

Gets a value that determines whether any controls contained in a SemanticZoom should be processed separately. This property is always true, meaning that the SemanticZoom takes care of processing its own controls.
Syntax
var isDeclarativeControlContainer = SemanticZoom.isDeclarativeControlContainer;
Property value
Type: Boolean
true if WinJS controls created declaratively within the SemanticZoom will be processed by the SemanticZoom itself. This property is always true.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: