MindFusion.Wpf Pack Programmer's Guide
RoutingOptions.StartOrientation Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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 is Auto.

 Remarks

For some diagrams it might be desirable that first and last segments of links always have a specific direction. For example, in database ER diagrams links usually connect to table rows on the left- or right-hand sides of tables; in that case their end segments must be horizontal. StartOrientation specifies what orientation of links' first segments to be applied by the routing algorithm.

 See Also

RoutingOptions Members
RoutingOptions Class
MindFusion.Diagramming.Wpf Namespace
EndOrientation Property