Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1Book Class / GetApplyPageTemplate Method
The element from which to read the attached property.

In This Topic
    GetApplyPageTemplate Method
    In This Topic
    Gets the value of the ApplyPageTemplate attached property for the specified element.
    Syntax
    'Declaration
     
    Public Shared Function GetApplyPageTemplate( _
       ByVal element As DependencyObject _
    ) As ApplyPageTemplate
    public static ApplyPageTemplate GetApplyPageTemplate( 
       DependencyObject element
    )

    Parameters

    element
    The element from which to read the attached property.

    Return Value

    The value of the ApplyPageTemplate property.
    See Also