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: |
| object | An expression evaluating to an object of type McWindow. | | value | A 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).
|