MindFusion.Wpf Pack Programmer's Guide
TreeLayout.ReversedLinks Property
See Also
 





Gets or sets a value indicating the link direction that relates parent nodes to child nodes.

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

 Syntax

C#  Copy Code

public bool ReversedLinks { get; set; }

Visual Basic  Copy Code

Public Property ReversedLinks As Boolean

 Property Value

true to indicate reversed direction, that is, the parent node is the one the link points to; otherwise, false.

 See Also

TreeLayout Members
TreeLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace