Search
OrderDirection Enumeration
See Also
 





Values controlling the direction of link segments in FlowLayout rules.

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

 Syntax

C#  Copy Code

public enum OrderDirection

Visual Basic  Copy Code

Public Enum OrderDirection

 Members

  Member name Description

Leftward

Specifies leftward link direction.

Rightward

Specifies rightward link direction.

Upward

Specifies upward link direction.

Downward

Specifies downward link direction.

NotSpecified

Unspecified link direction.

 See Also