Document.GlueSettings Property

Visio Automation Reference

Determines the objects that shapes glue to when glue is enabled in the document. Read/write.

Version Information
 Version Added:  Visio 2002

Syntax

expression.GlueSettings

expression   A variable that represents a Document object.

Return Value
VisGlueSettings

Remarks

Setting the value of the GlueSettings property is equivalent to selecting options under Glue to on the General tab in the Snap & Glue dialog box (on the Tools menu, click Snap & Glue).

The GlueSettings property can be any combination of the following VisGlueSettings constants, which are declared in the Microsoft Office Visio type library.

Constant Value Description

visGlueToNone

&H0

Glue is enabled but no other glue settings are on.

visGlueToGuides

&H1

Glue to guides.

visGlueToHandles

&H2

Glue to shape handles.

visGlueToVertices

&H4

Glue to shape vertices.

visGlueToConnectionPoints

&H8

Glue to connection points.

visGlueToGeometry

&H20

Glue to shape geometry.

visGlueToDisabled

&H8000

Disable glue.

See Also