Description

Determines if the window is resized when the View is zoomed.

Property type

A Boolean value.  

Syntax

object.ResizeWithZoom [= value]

The ResizeWithZoom Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McWindow.
valueA Boolean value.

Remarks

If True, then the window size is adjusted to the extent possible to track the View property's McView.Magnification. If False, then the window size does not change as the view is zoomed in or out.

The initial state is determined by an application Setting (see example).