GoXam for WPF v3
GetVisualChild Method (NodeLayer)
Northwoods.GoXam Namespace > NodeLayer Class : GetVisualChild Method
The index of the visual object in the System.Windows.Media.VisualCollection.
Returns the specified System.Windows.Media.Visual in the parent System.Windows.Media.VisualCollection.
Syntax
protected override Visual GetVisualChild( 
   int index
)

Parameters

index
The index of the visual object in the System.Windows.Media.VisualCollection.

Return Value

The child in the System.Windows.Media.VisualCollection at the specified index value.
See Also

Reference

NodeLayer Class
NodeLayer Members