Search
TreeLayoutLinkType Enumeration
See Also
 





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

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

 Syntax

C#  Copy Code

public enum TreeLayoutLinkType

Visual Basic  Copy Code

Public Enum TreeLayoutLinkType

 Members

  Member name Description

Straight

Indicates straight links with a single segment.

Cascading2

Indicates cascading links with two segments.

Cascading3

Indicates cascading links with three segments.

Rounded

Indicates Bézier links with a single segment.

 See Also