Gets or sets a value indicating whether the tree layout algorithm should ignore the direction of links when arranging a tree.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool IgnoreLinkDirection { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IgnoreLinkDirection As Boolean |
true to ignore link direction; otherwise, false. The default is false.
RemarksParent-child direction is considered the one in which nodes go further from the root, instead that of the links.
See Also