TabbedPage.SetTabPosition 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
| 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
The platform configuration for the tabbed page on the GTK platform whose tab position to set.
- value
- TabPosition
The new tab position.
Returns
A fluent object on which the developer may make further method calls.