Search
RelativeToNode Enumeration
See Also
 





Specifies how the node labels are positioned.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum RelativeToNode

Visual Basic  Copy Code

Public Enum RelativeToNode

 Members

  Member name Description

Edge

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

Corner

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

Center

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

 See Also