Search
OrderDirection Enumeration
See Also
 





Values controlling the direction of link segments in FlowLayout rules.

Namespace: MindFusion.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum OrderDirection

Visual Basic  Copy Code

Public Enum OrderDirection

 Members

  Member name Description

Downward

Specifies downward link direction.

Leftward

Specifies leftward link direction.

NotSpecified

Unspecified link direction.

Rightward

Specifies rightward link direction.

Upward

Specifies upward link direction.

 See Also