Previous Document Next Document
Grid.Snap

Property Snap As Boolean

Member of Grid

The Snap property determines whether the Snap To Grid feature is enabled. If the Snap property is set to True, the Snap To Grid feature is enabled.

The following code example enables snapping to a grid:

Sub Test() 
 ActiveDocument.Grid.Snap = True 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.