Method GetChild
| Improve this Doc View SourceGetChild(Int32)
Gets child view element at specified index.
Declaration
UIElement GetChild(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The specified index. |
Returns
Type | Description |
---|---|
System.Windows.UIElement | The child view element. |