Search
RelativeToNode Enumeration
See Also
 





Specifies how the node labels are positioned.

Namespace: MindFusion.Diagramming
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
RelativeToNode = {}

 Members

  Member name Description

Center

The node labels are positioned relative to the node center.

Corner

The node labels are positioned relative to a specified corner point.

Edge

The node labels are positioned relative to a specified edge.

 See Also