TabbedPage.ShowTabsOnNavigation Method

Definition

Sets tab display to the respond to user swipes.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS,Xamarin.Forms.TabbedPage> ShowTabsOnNavigation (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS,Xamarin.Forms.TabbedPage> config);
static member ShowTabsOnNavigation : 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

Applies to