Search
Diagram.setExpandOnIncoming Method
See Also
 

Sets which direction of links is considered the tree direction when expanding or collapsing diagram branches.

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

 Syntax

Java  Copy Code

public void setExpandOnIncoming (
    boolean value
)

 Parameters

value

true is tree branches should be expanded in the direction of incoming links, otherwise false.

 See Also