ASPxClientObjectContainer.Zoom(percent) Method
Zooms the Flash view by a relative scale factor.
Declaration
Zoom(
percent: number
): void
Parameters
Name | Type | Description |
---|---|---|
percent | number | The relative scale factor, as a percentage. |
Remarks
Zoom(50) doubles the size of objects in the view. Zoom(200) reduces the size of objects in the view by one half. Zoom(100) resets the view to 100%.
Note
Objects cannot be reduced in the view when the current view is already of 100%.
Note
This member is in effect for a Flash object only.
See Also