ComponentOne Extended Library for UWP
GetApplyPageTemplate Method

C1.UWP.Extended Assembly > C1.Xaml.Extended Namespace > C1Book Class : GetApplyPageTemplate Method
The element from which to read the attached property.
Gets the value of the ApplyPageTemplate attached property for the specified element.
Syntax
'Declaration
 
Public Shared Function GetApplyPageTemplate( _
   ByVal element As Windows.UI.Xaml.DependencyObject _
) As ApplyPageTemplate
public static ApplyPageTemplate GetApplyPageTemplate( 
   Windows.UI.Xaml.DependencyObject element
)

Parameters

element
The element from which to read the attached property.

Return Value

The value of the ApplyPageTemplate property.
See Also

Reference

C1Book Class
C1Book Members