Search
DiagramNode.bounds Property
See Also
 






Gets or sets a rectangle that defines the position of this node.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

get bounds() {}
set bounds(value) {}

 Property Value

Rect

The node's bounding rectangle.

 See Also