Application.AutoLayout Property
Visio Automation Reference |
Allows you to temporarily disable automatic layout functionality in Microsoft Office Visio and then re-enable it after you are finished with an action. Read/write.
Version Information
Version Added: Visio 2000
Syntax
expression.AutoLayout
expression A variable that represents an Application object.
Return Value
Boolean
Remarks
Using the AutoLayout property helps to improve the performance of add-ons that execute many operations in connected drawings that use Visio automatic layout functionality.
See Also