operation Property

Summary

Gets a value that indicates which edit operation is currently being performed.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnEditDesigner.prototype, 'operation', 
	get: function(), 
	set: function(value) 
) 

Property Value

The current edit operation. The default value is AnnEditDesignerOperation.None.

Remarks

This property indicates which edit operation is currently being performed on this AnnEditDesigner. It gets updated whenever the object receives Edit events.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly