Specifies the preferred orientation for the main connector type in FlowLayout.
Namespace: MindFusion.Layout
Package: MindFusion.Diagramming
C#
![]() |
---|
public enum SimpleOrientation |
Visual Basic
![]() |
---|
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. |