Search
TreeLayout.ReversedLinks Property
See Also
 





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

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 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