Search
Diagram.setAutoCloseDistance Method
See Also
 

Sets the maximum distance between first and last points of a FreeFormNode for which the node's outline is closed automatically.

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

 Syntax

Java  Copy Code

public void setAutoCloseDistance (
    float value
)

 Parameters

value

A float value.

 See Also