Defines values that specify the orientation of the first segment of cascading links.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum Orientation |
Visual Basic
Copy Code
|
|---|
Public Enum Orientation |
Members| Member name | Description | |
|---|---|---|
![]() |
Auto |
MvcDiagram determines automatically the initial direction of link's first segment. |
![]() |
Horizontal |
The first segment of the link is always horizontal. |
![]() |
Vertical |
The first segment of the link is always vertical. |
See Also