Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="5.0.0.2244" />

.NET API 1,475,488 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()