Share via


TabbedPage.SetShowTabs Method

Definition

Sets a value that controls the way that tabs are displayed.

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

Parameters

config
IPlatformElementConfiguration<macOS,TabbedPage>

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

value
TabsStyle

The new property value to assign.

Returns

Applies to