Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.4.0.991210-pre2" />

.NET API 1,173,616 bytes

 TemplatedPage

A page that displays full-screen content with a control template, and the base class for ContentPage .

Backing store for the ControlTemplate property.

public ControlTemplate ControlTemplate { get; set; }

Gets or sets the control template that is used to display content.

public TemplatedPage()

protected object GetTemplateChild(string name)

protected virtual void OnApplyTemplate()