Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="1.4.0.6336-pre1" />

.NET API 682,496 bytes

 IPlatform

public interface IPlatform
Interface defining the abstraction of a native platform.

The platform engine, useful for getting the screen size and for finding out if the paltform supports 3D.

Page Page { get; }

Gets the root page of the platform.

void SetPage(Page newRoot)

Sets the root page of the platform.