[]
Gets the child Visual element at the specified index position.
protected override Visual GetVisualChild(int index)
Protected Overrides Function GetVisualChild(index As Integer) As Visual
Type | Name | Description |
---|---|---|
int | index | Index position of the child element. |
Type | Description |
---|---|
Visual | The child element at the specified index position. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Index is greater than the number of visual child elements. |