ComponentOne Extended Library for WPF and Silverlight
SetApplyPageTemplate Method (C1Book)

C1.WPF.Extended Namespace > C1Book Class : SetApplyPageTemplate Method
The element to write the attached property to.
The property value to set.
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

Reference

C1Book Class
C1Book Members