DroidDiagram Programmer's Guide
ComponentBase.setVisible Method
See Also
 






Sets a value indicating whether the component is visible.

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

 Syntax

Java  Copy Code

public void setVisible (
    boolean value
)

 Parameters

value

true if the component is visible; otherwise, false. The default is true.

 See Also

ComponentBase Members
ComponentBase Class
com.mindfusion.diagramming.components Namespace