Gets or sets a value to determine whether snapping to grid is enabled for this AnnContainer.
public bool EnableSnapToGrid { get; set; }
Public Property EnableSnapToGrid As Boolean
true if snap to grid option is enabled for this AnnContainer, otherwise; false. Default value is false.
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 an example, refer to AnnSnapToGridOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET