Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1Book Class / GetApplyPageTemplate Method
The element from which to read the attached property.

In This Topic
    GetApplyPageTemplate Method (C1Book)
    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