The RadZoomable type exposes the following members.
Constructors
| Name | Description |
---|
 | RadZoomable | Create a new RadZoomable control that allows to put any control in WinJS.UI.SemanticZoom control. |
Methods
| Name | Description |
---|
 | triggerZoom | Triggers zoomOut if the control provides the zoomed-in view or zoomIn if the control provides the zoomed-out view. |
Properties
| Name | Description |
---|
 | element | Gets the DOM element that hosts this control. |
 | initialized | Indicates whether the control is initialized. |
 | isCurrentView | Gets a value determining whether the control is the current view. |
 | isZoomedOut | Gets a value determining whether the control is the zoomedOut view. |
Events
| Name | Description |
---|
 | beginzoom | Fires in the begining of a zoom. |
 | endzoom | Fires after zoom ends. |
See Also