C#
VB
Java
WinRT C#
C++
Gets or sets the default AnnSnapToGridOptions.
public virtual AnnSnapToGridOptions SnapToGridOptions { get; set; }
Public Overridable Property SnapToGridOptions As Leadtools.Annotations.Core.AnnSnapToGridOptions
public virtual Leadtools.Annotations.Core.AnnSnapToGridOptions SnapToGridOptions {get; set;}
public AnnSnapToGridOptions getSnapToGridOptions()
public void setSnapToGridOptions(AnnSnapToGridOptions options)
get_SnapToGridOptions();
set_SnapToGridOptions(value);
Object.defineProperty('SnapToGridOptions');
public:
virtual property AnnSnapToGridOptions^ SnapToGridOptions
{
AnnSnapToGridOptions^ get()
void set(AnnSnapToGridOptions^ value)
}
The default AnnSnapToGridOptions for this AnnRenderingEngine.
When you set the Leadtools.Annotations.Automation.AnnAutomationManager this AnnSnapToGridOptions will be updated automatically to be used when rendering overlying grid.
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