←Select platform

SnapToGridOptions Property

Summary

Gets or sets the default AnnSnapToGridOptions of this AnnAutomationManager.

Syntax

C#
VB
Java
WinRT C#
C++
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) 
   } 

Property Value

The default AnnSnapToGridOptions for this AnnAutomationManager.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly