Search
Diagram.getExpandOnIncoming Method
See Also
 

Gets 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 boolean getExpandOnIncoming ()

 Return Value

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

 See Also