ASP.NET Pack Programmer's Guide
TriangularLayout.BendNonplanarLinks Property
See Also
 





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
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool BendNonplanarLinks { get; set; }

Visual Basic  Copy Code

Public Property BendNonplanarLinks As Boolean

 Property Value

true to bend links, otherwise false. The default value is false.

 See Also

TriangularLayout Members
TriangularLayout Class
MindFusion.Diagramming.Layout Namespace