Search
TreeLayout.setNodeDistance Method
See Also
 

Sets the desired distance between nodes on the same level.

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

 Syntax

Java  Copy Code

public void setNodeDistance (
    float value
)

 Parameters

value

A float value specifying the distance between sibling nodes.

 See Also