gridLength Property

Summary

Gets or sets a value indicating the length of the grid in pixels .

Syntax

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

Property Value

An Int32 that indicates the length of the grid in pixels. Default value is 20.

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.Core Assembly