Channel9Downloader.Controls.FrameworkElementAdorner.GetVisualChild C# (CSharp) Method

GetVisualChild() protected method

Gets the visual child with the specified index.
protected GetVisualChild ( int index ) : Visual
index int Index of the child.
return Visual
        protected override Visual GetVisualChild(int index)
        {
            return _child;
        }