TabbedPage.SetTabPosition Method

Definition

Overloads

SetTabPosition(BindableObject, TabPosition)

Sets the tab position.

SetTabPosition(IPlatformElementConfiguration<GTK,TabbedPage>, TabPosition)

Sets the tab position.

SetTabPosition(BindableObject, TabPosition)

Sets the tab position.

public static void SetTabPosition (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.GTKSpecific.TabPosition tabPosition);
static member SetTabPosition : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.GTKSpecific.TabPosition -> unit

Parameters

element
BindableObject

The tabbed page on the GTK platform whose tab position to set.

tabPosition
TabPosition

The new tab position.

Applies to

SetTabPosition(IPlatformElementConfiguration<GTK,TabbedPage>, TabPosition)

Sets the tab position.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.GTK,Xamarin.Forms.TabbedPage> SetTabPosition (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.GTK,Xamarin.Forms.TabbedPage> config, Xamarin.Forms.PlatformConfiguration.GTKSpecific.TabPosition value);
static member SetTabPosition : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.GTK, Xamarin.Forms.TabbedPage> * Xamarin.Forms.PlatformConfiguration.GTKSpecific.TabPosition -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.GTK, Xamarin.Forms.TabbedPage>

Parameters

config
IPlatformElementConfiguration<GTK,TabbedPage>

The platform configuration for the tabbed page on the GTK platform whose tab position to set.

value
TabPosition

The new tab position.

Returns

IPlatformElementConfiguration<GTK,TabbedPage>

A fluent object on which the developer may make further method calls.

Applies to