Xamarin.Forms by Microsoft

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

.NET API 1,173,616 bytes

 MasterBehavior

public enum MasterBehavior
Enumerates values that control how detail content is displayed in a master-detail page.
Default = 0

Details are displayed in the default way for the platform.

Popover = 3

Details pop over the page.

Split = 2

Details are always displayed in a split screen.

Details are displayed in a split screen when the device is in landscape orientation.

Details are displayed in a split screen when the device is in portrait orientation.