stateId Property

Summary

Gets or sets the optional state ID of this object to be used with state rendering engines.

Syntax

JavaScript Syntax
Object.defineProperty(AnnObject.prototype, 'stateId', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
stateId: string; 

Property Value

The optional state ID of this object to be used with state rendering engines. The default value is an empty string.

Remarks

StateId is used by state rendering engines (such as SVG or XAML) to store the element ID of the object.

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