[]
Returns all the parents in the visual tree
public static IEnumerable<UIView> GetAllParents(this UIView elem)
Public Shared Function GetAllParents(elem As UIView) As IEnumerable(Of UIView)
| Type | Name | Description |
|---|---|---|
| UIView | elem |
| Type | Description |
|---|---|
| IEnumerable<UIView> | The list of ancestor framework elements in the visual tree hierarchy |