showGrid Property

Summary

Gets or sets a value that indicates whether do display the grid in design mode.

Syntax

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

Property Value

true to display the grid in design mode, otherwise; false. Default value is false.

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