Search
ControlNode.setVisible Method
See Also
 

Sets a value indicating whether the node is visible.

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

 Syntax

Java  Copy Code

public void setVisible (
    boolean value
)

 Parameters

value

true if the node should be visible,otherwise false.

 See Also