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





Gets or sets a value indicating whether the segments of Polyline links should be oriented orthogonally to node's borders and each other.

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

 Syntax

C#  Copy Code

public PolylineRouting PolylineRouting { get; set; }

Visual Basic  Copy Code

Public Property PolylineRouting As PolylineRouting

 Property Value

A member of the PolylineRouting enumeration. The default value is AllOrthogonal.

 Remarks

This property is valid only for links whose Shape is set to Polyline.

 See Also

RoutingOptions Members
RoutingOptions Class
MindFusion.Diagramming.Wpf Namespace