Checks if the specified item is currently visible.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsItemVisible ( |
Visual Basic
Copy Code
|
|---|
Public Function IsItemVisible( _ |
The DiagramItem to check.
true if the item's Visible property is set to true and the item is not associated with a hidden layer; otherwise, false.
See Also