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
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public PolylineRouting PolylineRouting { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PolylineRouting As PolylineRouting |
A member of the PolylineRouting enumeration. The default value is AllOrthogonal.
Remarks
See Also