MindFusion.Wpf Pack Programmer's Guide
PolylineRouting Enumeration
See Also
 





Defines values that indicate how Polyline links should be routed.

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

 Syntax

C#  Copy Code

public enum PolylineRouting

Visual Basic  Copy Code

Public Enum PolylineRouting

 Members

  Member name Description

AllOrthogonal

Keep all segments orthogonal to node's sides and each other.

EndSegmentsOrthogonal

Keep the end segments orthogonal to node's sides, and allow interior segments to be inclined.

UnrestrictedInclined

Allow any segment to be inclined by non-multiple of 90 angles.

 See Also

MindFusion.Diagramming.Wpf Namespace