Search
TreeLayoutLinkType Enumeration
See Also
 






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

Namespace: MindFusion.Diagramming.Layout
Assembly: 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 Bezier links with a single segment.

Straight

Indicates straight links with a single segment.

 See Also