Search
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
Package: MindFusion.Diagramming

 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