Visual.GetVisualChild Method
.NET Framework 4.6 and 4.5
Returns the specified Visual in the parent VisualCollection.
Namespace: System.Windows.Media
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- index
- Type: System.Int32
The index of the visual object in the VisualCollection.
Return Value
Type: System.Windows.Media.VisualThe child in the VisualCollection at the specified index value.
By default, a Visual has no children. Therefore, the default implementation always throws an ArgumentOutOfRangeException.
Notes to InheritorsA class that derives from Visual must override this method, and also the VisualChildrenCount property, for the visual tree to be enumerated correctly.
Show: