Leadtools.Windows.Annotations Namespace > AnnContainer Class : EnableSnapToGrid Property |
public bool EnableSnapToGrid {get; set;}
'Declaration Public Property EnableSnapToGrid As Boolean
'Usage Dim instance As AnnContainer Dim value As Boolean instance.EnableSnapToGrid = value value = instance.EnableSnapToGrid
public bool EnableSnapToGrid {get; set;}
get_EnableSnapToGrid();
set_EnableSnapToGrid(value);
This property will enable or disable the snap to grid options set in the SnapToGridOptions property of this AnnContainer. 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.
For more information on snap to grid, refer to AnnSnapToGridOptions.
For C#/VB examples, refer to AnnSnapToGridOptions.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2