Search
OrthogonalRouter.StartOrientation Property
See Also
 





Gets or sets the desired orientation of the first segments of routed links.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Orientation StartOrientation { get; set; }

Visual Basic  Copy Code

Public Property StartOrientation As Orientation

 Property Value

A member of the Orientation enumeration. The default value is Auto.

 Remarks

If this property is set to Horizontal, links will end at the left or right sides of nodes. If set to Vertical, links will end at the top or bottom sides.

 See Also