Share via


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)

Source:
TabbedPage.cs
Source:
TabbedPage.cs

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

public:
 static Microsoft::Maui::Controls::TabsStyle GetTabsStyle(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.TabsStyle GetTabsStyle (Microsoft.Maui.Controls.BindableObject element);
static member GetTabsStyle : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.TabsStyle
Public Function GetTabsStyle (element As BindableObject) As TabsStyle

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

Applies to

GetTabsStyle(IPlatformElementConfiguration<macOS,TabbedPage>)

Source:
TabbedPage.cs
Source:
TabbedPage.cs

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

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::TabsStyle GetTabsStyle(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::macOS ^, Microsoft::Maui::Controls::TabbedPage ^> ^ config);
public static Microsoft.Maui.Controls.TabsStyle GetTabsStyle (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.macOS,Microsoft.Maui.Controls.TabbedPage> config);
static member GetTabsStyle : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.macOS, Microsoft.Maui.Controls.TabbedPage> -> Microsoft.Maui.Controls.TabsStyle
<Extension()>
Public Function GetTabsStyle (config As IPlatformElementConfiguration(Of macOS, TabbedPage)) As TabsStyle

Parameters

config
IPlatformElementConfiguration<macOS,TabbedPage>

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

Returns

Applies to