Defines values that specify the orientation of the first segment of cascading links.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public enum Orientation |
Visual Basic Copy Code |
---|
Public Enum Orientation |
Member name | Description | |
---|---|---|
Auto |
The control 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. |