A Double type property. Gets or sets the zoom level for the window.
Applies to: Window object
[[Let] viewZoomRet = ] object.ViewZoom [Let] object.ViewZoom = viewZoomSet |
The ViewZoom property syntax has these parts:
Part | Description |
object | An expression, that returns a Window object. |
viewZoomRet | A Long type variable. |
viewZoomSet | An expression that returns a Long value. |
The ViewZoom property can have only values greater than 0. It specifies the ratio of the real and displayed size of the drawing being edited in the active window. When the value equals to 1, the drawing is displayed in its real size. Note, that the view is magnified relative to the center of the window (see the ViewCenterX, ViewCenterY properties). You can also modify the zoom level using the interface of ConceptDraw.
See Also |
ViewCenterX property, ViewCenterY property |