Gets or sets the desired orientation of the last segments of routed links.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public Orientation EndOrientation { get; set; } |
Visual Basic Copy Code |
---|
Public Property EndOrientation As Orientation |
A member of the Orientation enumeration. The default value is Auto.
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.