TextBlock::GetVisualChild Method (Int32)
.NET Framework (current version)
Returns the Visual child at a specified index.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- index
-
Type:
System::Int32
A zero-based index specifying the Visual child to return. This value must be between 0 and (VisualChildrenCount minus 1)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not between 0 and (VisualChildrenCount minus 1) |
This method overrides FrameworkElement::GetVisualChild.
.NET Framework
Available since 3.0
Available since 3.0
Show: