VisSnapSettings enumeration (Visio)
Flags passed to or returned by the Document.SnapSettings property.
Constant | Value | Description |
---|---|---|
visSnapToAlignmentBox | &H200 | Snap to the alignment box. |
visSnapToConnectionPoints | &H20 | Snap to connection points. |
visSnapToDisabled | &H8000 | Disable snap. |
visSnapToExtensions | &H400 | Snap to shape extensions options. |
visSnapToGeometry | &H100 | Snap to the visible edges of shapes. |
visSnapToGrid | &H2 | Snap to the grid. |
visSnapToGuides | &H4 | Snap to guides. |
visSnapToHandles | &H8 | Snap to selection handles. |
visSnapToIntersections | &H10000 | Snap to intersections. |
visSnapToNone | &H0 | Snap to nothing. |
visSnapToRulerSubdivisions | &H1 | Snap to tick marks on the ruler. |
visSnapToVertices | &H10 | Snap to vertices. |
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.