TabbedPage.GetTabPosition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
The platform configuration for the tabbed page on the GTK platform whose tab position to get.
Returns
A fluent object on which the developer may make further method calls.