Search
DiagramNode.center Property
See Also
 





Gets the center of this node's bounding rectangle.

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

get center() {}

 Property Value

Point

A Point representing the center point of this node.

 See Also