Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1Book Class / SetApplyPageTemplate Method
The element to write the attached property to.
The property value to set.

In This Topic
    SetApplyPageTemplate Method
    In This Topic
    Sets the value of the ApplyPageTemplate attached property for the specified element.
    Syntax
    'Declaration
     
    Public Shared Sub SetApplyPageTemplate( _
       ByVal element As DependencyObject, _
       ByVal value As ApplyPageTemplate _
    ) 
    public static void SetApplyPageTemplate( 
       DependencyObject element,
       ApplyPageTemplate value
    )

    Parameters

    element
    The element to write the attached property to.
    value
    The property value to set.
    See Also