snapToGridOptions Property

Summary

Gets or sets the default AnnSnapToGridOptions of this AnnAutomationManager.

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomationManager.prototype, 'snapToGridOptions', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
snapToGridOptions: AnnSnapToGridOptions; 

Property Value

The default AnnSnapToGridOptions for this AnnAutomationManager.

Remarks

When you set the AnnAutomationManager, this AnnSnapToGridOptions will be updated automatically to be used when rendering the 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