Sets the value of the ApplyPageTemplate attached property for the
specified element.
Namespace:
C1.Silverlight.ExtendedAssembly: C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)
Syntax
C# |
---|
public static void SetApplyPageTemplate( DependencyObject element, ApplyPageTemplate value ) |
Visual Basic |
---|
Public Shared Sub SetApplyPageTemplate ( _ element As DependencyObject, _ value As ApplyPageTemplate _ ) |
Parameters
- element
- Type: System.Windows..::..DependencyObject
The element to write the attached property to.
- value
- Type: C1.Silverlight.Extended..::..ApplyPageTemplate
The property value to set.