Search
TreeLayoutLinkType Enumeration
See Also
 





Specifies the style of the diagram links after they are laid out.

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

 Syntax

C#  Copy Code

public enum TreeLayoutLinkType

Visual Basic  Copy Code

Public Enum TreeLayoutLinkType

 Members

  Member name Description

Cascading2

Indicates cascading links with two segments.

Cascading3

Indicates cascading links with three segments.

Rounded

Indicates Bézier links with a single segment.

Straight

Indicates straight links with a single segment.

 See Also