Share via


Application.LiveDynamics Property

Visio Automation Reference

Controls whether Microsoft Office Visio recalculates shape properties during drag operations on every mouse move or only after the mouse button is released. Read/write.

Version Information
 Version Added:  Visio 2000

Syntax

expression.LiveDynamics

expression   A variable that represents an Application object.

Return Value
Boolean

Remarks

The LiveDynamics property tracks actions, such as resizing and rotating shapes, and is effective when shapes are glued or related to each other. When the value of the LiveDynamics property is True, more events such as CellChanged occur. Solutions that respond to such events may operate more quickly if the LiveDynamics property is set to False.

See Also