InkPresenter::GetVisualChild Method (Int32)

 

Gets the child Visual element at the specified index position.

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

protected:
virtual Visual^ GetVisualChild(
	int index
) override

Parameters

index
Type: System::Int32

Index position of the child element.

Return Value

Type: System.Windows.Media::Visual^

The child element at the specified index position.

.NET Framework
Available since 3.0
Return to top
Show: