Defines values that indicate how Polyline links should be routed.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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