Values controlling the direction of link segments in FlowLayout rules.
Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
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