Checks if the specified item is currently visible.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# 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.