TabbedPage.GetTabPosition Method

Definition

Overloads

GetTabPosition(BindableObject)

Gets the tab position.

GetTabPosition(IPlatformElementConfiguration<GTK,TabbedPage>)

Gets the tab position.

GetTabPosition(BindableObject)

Gets the tab position.

public static Xamarin.Forms.PlatformConfiguration.GTKSpecific.TabPosition GetTabPosition (Xamarin.Forms.BindableObject element);
static member GetTabPosition : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.GTKSpecific.TabPosition

Parameters

element
BindableObject

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

Returns

TabPosition

The tab position.

Applies to

GetTabPosition(IPlatformElementConfiguration<GTK,TabbedPage>)

Gets the tab position.

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

Parameters

config
IPlatformElementConfiguration<GTK,TabbedPage>

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

Returns

TabPosition

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

Applies to