Search
LayeredLayout.LinkType Property
See Also
 





Gets or sets the appearance of the links in the final layout.

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

 Syntax

C#  Copy Code

public LayeredLayoutLinkType LinkType { get; set; }

Visual Basic  Copy Code

Public Property LinkType As LayeredLayoutLinkType

 Property Value

A member of the LayeredLayoutLinkType enumeration. The default is Straight.

 See Also