Defines values that indicate how Polyline links should be routed.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public enum PolylineRouting |
Visual Basic Copy Code |
---|
Public Enum PolylineRouting |
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. |
WpfDiagram Programmer's Guide | © 2024 MindFusion |