Search
ContainerNode.getVisible Method
See Also
 

DiagramItem.getVisible override.

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

 Syntax

Java  Copy Code

public boolean getVisible ()

 Return Value

true if this container will be drawn on the diagram canvas, otherwise false.

 See Also