Search
InplaceEditEventArgs.bounds Property
See Also
 






Gets the bounds of the item being edited.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get bounds() {}

 Property Value

Rect

A Rect instance containing item's coordinates.

 See Also