[]
        
(Showing Draft Content)

C1.iOS.Core.ViewEx.GetAllParents

GetAllParents Method

GetAllParents(UIView)

Returns all the parents in the visual tree

Declaration
public static IEnumerable<UIView> GetAllParents(this UIView elem)
Public Shared Function GetAllParents(elem As UIView) As IEnumerable(Of UIView)
Parameters
Type Name Description
UIView elem
Returns
Type Description
IEnumerable<UIView>

The list of ancestor framework elements in the visual tree hierarchy