Specifies whether links between non-adjacent nodes should bend.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool LinksBend { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinksBend As Boolean |
true is links should bend; otherwise, false. The default is true.
WpfDiagram Programmer's Guide | © 2024 MindFusion |