TabbedPage.SetOffscreenPageLimit Method

Definition

Overloads

SetOffscreenPageLimit(BindableObject, Int32)

Sets the number of off-screen pages that are stored in memory to the provided value.

SetOffscreenPageLimit(IPlatformElementConfiguration<Android,TabbedPage>, Int32)

Sets the number of off-screen pages that are stored in memory to the provided value.

SetOffscreenPageLimit(BindableObject, Int32)

Sets the number of off-screen pages that are stored in memory to the provided value.

public static void SetOffscreenPageLimit (Xamarin.Forms.BindableObject element, int value);
static member SetOffscreenPageLimit : Xamarin.Forms.BindableObject * int -> unit

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

value
Int32

The new property value to assign.

Applies to

SetOffscreenPageLimit(IPlatformElementConfiguration<Android,TabbedPage>, Int32)

Sets the number of off-screen pages that are stored in memory to the provided value.

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

Parameters

config
IPlatformElementConfiguration<Android,TabbedPage>

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

value
Int32

The new property value to assign.

Returns

The configuration that was updated.

Applies to