Gets a list of visible or invisible Nodes for a specified Node (usually the currently highlighted Node).
Namespace: TreePlusSilverlightAssembly: TreePlusSilverlight (in TreePlusSilverlight.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- treeNode
- Type: TreePlusSilverlight.Graph Node
The Node for which you want to get the visible or invisible list for.
- visible
- Type: System Boolean
Defines whether a list of visible (true) or invisible (false) Nodes is returned.
Return Value
A List of Nodes that have the specified visibility for a selected Node.See Also