ASP.NET Pack Programmer's Guide
LayeredLayout.KeepLinkShapes Property
See Also
 





Gets or sets whether to preserve initial Shape value of links when LinkType is set to Cascading.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool KeepLinkShapes { get; set; }

Visual Basic  Copy Code

Public Property KeepLinkShapes As Boolean

 Property Value

true to preserve link Shape values, or false otherwise.

 Remarks

If this property is enabled, the orthogonal path applied by Cascading LinkType is approximated using respective link shape.

 See Also

LayeredLayout Members
LayeredLayout Class
MindFusion.Diagramming.Layout Namespace