Gets or sets a value indicating whether the intersecting links in a non-planar graphs will be segmented and bended to improve presentation.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool BendNonplanarLinks { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BendNonplanarLinks As Boolean |
true to bend links, otherwise false. The default value is false.
See Also