Gets or sets the snap to grid options for this AnnContainer.
public AnnSnapToGridOptions SnapToGridOptions { get; set; }
Public Property SnapToGridOptions As Leadtools.Annotations.AnnSnapToGridOptions
public:
property Leadtools.Annotations.AnnSnapToGridOptions^ SnapToGridOptions {
Leadtools.Annotations.AnnSnapToGridOptions^ get();
void set ( Leadtools.Annotations.AnnSnapToGridOptions^ );
}
An object of type AnnSnapToGridOptions that specifies the current snap to grid options for this AnnContainer object. Default value is a new AnnSnapToGridOptions object with default values.
Use this property to change current snap to grid options for this container. To enable the container to use snap to grid, you must also set the value of the EnableSnapToGrid property to true.
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