Search
RoutingOptions.getPolylineRouting Method
See Also
 

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

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public PolylineRouting getPolylineRouting ()

 Return 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