element Property

Summary

The destination parent HTML element to use when creating the SVG elements.

Syntax

JavaScript Syntax
Object.defineProperty(AnnSvgRenderingEngine.prototype, 'element', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
element: HTMLElement; 

Property Value

The destination parent HTML element to use when creating the SVG elements.

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.Rendering.JavaScript Assembly