Search
Orientation Enumeration
See Also
 





Defines values that specify the orientation of the first segment of cascading links.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum Orientation

Visual Basic  Copy Code

Public Enum Orientation

 Members

  Member name Description

Auto

NetDiagram 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