TextBlock::GetVisualChild Method (Int32)

 

Returns the Visual child at a specified index.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual Visual^ GetVisualChild(
	int index
) override

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)

Return Value

Type: System.Windows.Media::Visual^

The Visual child at the specified index.

Exception Condition
ArgumentOutOfRangeException

index is not between 0 and (VisualChildrenCount minus 1)

.NET Framework
Available since 3.0
Return to top
Show: