MindFusion.Java Package Programmer's Guide
ControlNodeBuilder.visible Method
See Also
 






Sets a value indicating whether the node is visible.

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

 Syntax

Java  Copy Code

public ControlNodeBuilder visible (
    boolean value
)

 Parameters

value

true if the node should be visible, otherwise false.

 Return Value

This ControlNodeBuilder instance.

 See Also

ControlNodeBuilder Members
ControlNodeBuilder Class
com.mindfusion.diagramming.builders Namespace