Share via


TabbedPage.ShowTabs Method

Definition

Sets tab display to the default style.

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

Parameters

config
IPlatformElementConfiguration<macOS,TabbedPage>

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

Returns

Applies to