C1.Silverlight.Extended Namespace / C1Book Class / GetApplyPageTemplate Method
The element from which to read the attached property.

In This Topic
GetApplyPageTemplate Method (C1Book)
In This Topic
Gets the value of the ApplyPageTemplate attached property for the specified element.
Syntax
'Declaration
 
Public Shared Function GetApplyPageTemplate( _
   ByVal element As DependencyObject _
) As ApplyPageTemplate
 

Parameters

element
The element from which to read the attached property.

Return Value

The value of the ApplyPageTemplate property.
See Also