TabbedPage.HideTabs Method

Definition

Hides the tabs on the tabbed page.

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

Parameters

config
IPlatformElementConfiguration<macOS,TabbedPage>

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

Returns

IPlatformElementConfiguration<macOS,TabbedPage>

Applies to