Search
TreeViewNode.getShowLines Method
See Also
 

Gets whether to display lines connecting child items to parent items.

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

 Syntax

Java  Copy Code

public boolean getShowLines ()

 Return Value

true to draw connecting lines, or false otherwise. The default value is true.

 See Also