Search
TreeLayout.setKeepRootPosition Method
See Also
 

Sets a value indicating whether the root node should be kept at its original position.

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

 Syntax

Java  Copy Code

public void setKeepRootPosition (
    boolean value
)

 Parameters

value

true if the root position should be preserved, otherwise false.

 See Also