TabbedPage.OffscreenPageLimit Method

Definition

Returns the number of offscreen pages are cached in memory.

public static int OffscreenPageLimit (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config);
static member OffscreenPageLimit : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage> -> int

Parameters

config
IPlatformElementConfiguration<Android,TabbedPage>

The platform specific configuration that contains the element on which to perform the operation.

Returns

System.Int32

The number of offscreen pages are cached in memory.

Applies to