Gets or sets a value indicating the link direction that relates parent nodes to child nodes.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public bool ReversedLinks { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ReversedLinks As Boolean |
true to indicate reversed direction, that is, the parent node is the one the link points to; otherwise, false.
See Also