Search
PatternRouter.setPreferredDistance Method
See Also
 

Sets the preferred distance from link's bend points to the link's nodes.

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

 Syntax

Java  Copy Code

public void setPreferredDistance (
    float value
)

 Parameters

value

A float value specifying preferred distance.

 Remarks

The value of this property can be used in route templates using an AdvancePreferred RouteStep.

 See Also