Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / VTreeHelper Class / GetParentOfType Method / GetParentOfType(DependencyObject,Type,Boolean) Method
The visual whose parent is returned.
The System.Type of the parent element to search for.
Specifies whether the search should go on outside the VisualTree.

In This Topic
    GetParentOfType(DependencyObject,Type,Boolean) Method
    In This Topic
    Returns a Windows.UI.Xaml.DependencyObject value that represents the parent of the visual object of the specified type. Method looks up the visual tree until the desired parent element is found or parent element is null.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetParentOfType( _
       ByVal reference As DependencyObject, _
       ByVal type As Type, _
       ByVal lookOutsideVisualTree As Boolean _
    ) As DependencyObject

    Parameters

    reference
    The visual whose parent is returned.
    type
    The System.Type of the parent element to search for.
    lookOutsideVisualTree
    Specifies whether the search should go on outside the VisualTree.

    Return Value

    The parent of the visual.
    See Also