lineSpacing Property

Summary

Gets or sets a value indicating the frequency that lines are drawn over the grid dot-pattern.

Syntax

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

Property Value

An Int32 that indicates the frequency that lines are drawn over the grid dot-pattern. Default value is 5.

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