Application.DeferRelationshipRecalc property (Visio)

Determines whether Microsoft Visio defers recalculating shape sizes and relationships when a member of the relationship pair is moved or resized. Read/write.

Syntax

expression.DeferRelationshipRecalc

expression A variable that represents an Application object.

Return value

Boolean

Remarks

For example, if you resize a shape that is a member of a container in a structured diagram, Visio will not adjust the size of the container if DeferRelationshipRecalc is True.

When you set DeferRelationshipRecalc to False, Visio recalculates the container size and adjusts it accordingly. (In each case, the container's ResizeAsNeeded property must be set to visContainerAutoResizeExpandContract.)

Setting DeferRelationshipRecalc to False causes Visio to immediately process all deferred actions.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.