'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.