Previous Document Next Document

Object Model Reference : Classes : G : Grid : Properties : Grid.Snap


Grid.Snap

Property Snap As Boolean

Description

Member of Grid

The Snap property returns True if the Snap To Grid feature is enabled, False otherwise.

VBA example

The following VBA example enables snapping to a grid.

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.