Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1Book Class / SetApplyPageTemplate Method
The element to write the attached property to.
The property value to set.

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