Gets or sets the default AnnSnapToGridOptions of this AnnAutomationManager.
public AnnSnapToGridOptions SnapToGridOptions { get; set; }
Public Property SnapToGridOptions As Leadtools.Annotations.Core.AnnSnapToGridOptions
public Leadtools.Annotations.Core.AnnSnapToGridOptions SnapToGridOptions {get; set;}
public AnnSnapToGridOptions getSnapToGridOptions()
public void setSnapToGridOptions(AnnSnapToGridOptions options)
<br/>get_SnapToGridOptions();<br/>set_SnapToGridOptions(value);<br/>Object.defineProperty('SnapToGridOptions');
public:
property AnnSnapToGridOptions^ SnapToGridOptions
{
AnnSnapToGridOptions^ get()
void set(AnnSnapToGridOptions^ value)
}
The default AnnSnapToGridOptions for this AnnAutomationManager.
When you set the AnnAutomationManager this AnnSnapToGridOptions will be updated automatically and used when rendering overlaying grid. Setting this AnnSnapToGridOptions for AnnAutomationManager will update the AnnSnapToGridOptions for attached AnnRenderingEngine and AnnDesigner to this AnnAutomationManager to allow rendering the overlaying grid and applying snapping based on same options.
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