Search
DiagramItem.getVisible Method
See Also
 

Gets a value indicating whether an item is visible.

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

 Syntax

Java  Copy Code

public boolean getVisible ()

 Return Value

true if the item is visible, otherwise false.

 See Also