Table of Contents

Method GetVisualChild

Namespace
SharpVectors.Runtime
Assembly
SharpVectors.Runtime.Wpf.dll

GetVisualChild(int)

Gets a Visual child of this Panel at the specified index position.

protected override Visual GetVisualChild(int index)

Parameters

index int

The index position of the Visual child.

Returns

Visual

A Visual child of the parent Panel element.