TabbedPage.GetTabsStyle Method

Definition

Overloads

GetTabsStyle(BindableObject)

Returns a value that describes the way that tabs are displayed.

GetTabsStyle(IPlatformElementConfiguration<macOS,TabbedPage>)

Returns a value that describes the way that tabs are displayed.

GetTabsStyle(BindableObject)

Returns a value that describes the way that tabs are displayed.

public static Xamarin.Forms.TabsStyle GetTabsStyle (Xamarin.Forms.BindableObject element);
static member GetTabsStyle : Xamarin.Forms.BindableObject -> Xamarin.Forms.TabsStyle

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

Applies to

GetTabsStyle(IPlatformElementConfiguration<macOS,TabbedPage>)

Returns a value that describes the way that tabs are displayed.

public static Xamarin.Forms.TabsStyle GetTabsStyle (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS,Xamarin.Forms.TabbedPage> config);
static member GetTabsStyle : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS, Xamarin.Forms.TabbedPage> -> Xamarin.Forms.TabsStyle

Parameters

config
IPlatformElementConfiguration<macOS,TabbedPage>

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

Returns

Applies to