Leadtools.Annotations Namespace > AnnAutomation Class : EnableSnapToGrid Property |
public bool EnableSnapToGrid {get; set;}
'Declaration Public Property EnableSnapToGrid As Boolean
'Usage Dim instance As AnnAutomation Dim value As Boolean instance.EnableSnapToGrid = value value = instance.EnableSnapToGrid
This property will enable or disable the snap to grid options set in the AnnContainer.SnapToGridOptions property of the container in this AnnAutomation. It allows you to quickly enable/disable this feature by just changing this one property, by binding it to a user interface menu or check box item for instance.
This property will internally change the current AnnContainer.EnableSnapToGrid property.
For more information on snap to grid, refer to AnnSnapToGridOptions.