Method GetVisualChild
GetVisualChild(int)
Returns the specified Visual in the parent VisualCollection.
protected override Visual GetVisualChild(int index)
Parameters
index
intThe index of the visual object in the VisualCollection.
Returns
- Visual
The child in the VisualCollection at the specified
index
value.