Specifies the preferred orientation for the main connector type in FlowLayout.
Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public enum SimpleOrientation |
Visual Basic Copy Code |
---|
Public Enum SimpleOrientation |
Member name | Description | |
---|---|---|
BottomToTop |
Specifies bottom-to-top orientation. |
|
LeftToRight |
Specifies left-to-right orientation. |
|
None |
Unspecified orientation. |
|
RightToLeft |
Specifies right-to-left orientation. |
|
TopToBottom |
Specifies top-to-bottom orientation. |