MindFusion.Wpf 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. The orthogonal path applied by latter property is approximated using respective link shape.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool KeepLinkShapes { get; set; }

Visual Basic  Copy Code

Public Property KeepLinkShapes As Boolean

 Property Value

true to keep original link Shape, or false otherwise.

 See Also

LayeredLayout Members
LayeredLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace