Gets the value of the ApplyPageTemplate attached property for the specified element.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public static ApplyPageTemplate GetApplyPageTemplate(
	DependencyObject element
)
Visual Basic
Public Shared Function GetApplyPageTemplate ( _
	element As DependencyObject _
) As ApplyPageTemplate

Parameters

element
Type: System.Windows..::..DependencyObject
The element from which to read the attached property.

Return Value

The value of the ApplyPageTemplate property.

See Also