TabbedPage Class

Definition

The tabbed page instance that Xamarin.Forms created on the macOS platform.

public static class TabbedPage
type TabbedPage = class
Inheritance
TabbedPage

Fields

TabsStyleProperty

Backing store for the attached property that controls how tabs are displayed.

Methods

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.

HideTabs(IPlatformElementConfiguration<macOS,TabbedPage>)

Hides the tabs on the tabbed page.

SetShowTabs(IPlatformElementConfiguration<macOS,TabbedPage>, TabsStyle)

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

SetTabsStyle(BindableObject, TabsStyle)

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

ShowTabs(IPlatformElementConfiguration<macOS,TabbedPage>)

Sets tab display to the default style.

ShowTabsOnNavigation(IPlatformElementConfiguration<macOS,TabbedPage>)

Sets tab display to the respond to user swipes.

Applies to