MindFusion.Wpf Pack Programmer's Guide
SolarLayout.IgnoreLinkDirection Property
See Also
 





Gets or sets a value indicating whether the tree layout algorithm should ignore the direction of links when arranging a tree.

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

 Syntax

C#  Copy Code

public bool IgnoreLinkDirection { get; set; }

Visual Basic  Copy Code

Public Property IgnoreLinkDirection As Boolean

 Property Value

 Remarks

Parent-child direction is considered the one in which nodes go further from the root, instead that of the links.

 See Also

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