MindFusion.Wpf Pack Programmer's Guide
RelativeToNode Enumeration
See Also
 





Specifies how the node labels are positioned.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public enum RelativeToNode

Visual Basic  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

MindFusion.Diagramming.Wpf Namespace