MindFusion.Java Package Programmer's Guide
RelativeToNode Enumeration
See Also
 






The members of this enumeration specify how labels are positioned relative to their node.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public enum RelativeToNode

 Members

  Member name Description

Center

Indicates that the node labels are positioned relative to the node center.

Corner

Indicates that the node labels are positioned relative to a specified corner point.

Edge

Indicates that the node labels are positioned relative to a specified edge.

 See Also

com.mindfusion.diagramming Namespace
NodeLabel Class