C#
VB
WinRT C#
C++
Gets the AnnSnapToGridOptions for this AnnDesigner.
public virtual AnnSnapToGridOptions SnapToGridOptions { get; set; }
Public Overridable Property SnapToGridOptions As Leadtools.Annotations.Core.AnnSnapToGridOptions
public virtual Leadtools.Annotations.Core.AnnSnapToGridOptions SnapToGridOptions {get; set;}
<br/>get_SnapToGridOptions();<br/>set_SnapToGridOptions(value);<br/>Object.defineProperty('SnapToGridOptions');
public:
virtual property AnnSnapToGridOptions^ SnapToGridOptions
{
AnnSnapToGridOptions^ get()
void set(AnnSnapToGridOptions^ value)
}
The AnnSnapToGridOptions object for this AnnDesigner.
These options are used to configure the snap to grid operation in the desginer. When you set the SnapToGridOptions this value will be updated automatically in addition 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