TabbedPage Class

Definition

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

public static class TabbedPage
type TabbedPage = class
Inheritance
TabbedPage

Fields

BarItemColorProperty
Obsolete.

Backing store for the attached property that controls the color of a bar item.

BarSelectedItemColorProperty
Obsolete.

Backing store for the attached property that controls the color of a selected bar item.

IsSmoothScrollEnabledProperty

The BindableProperty associated with the IsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>) property.

IsSwipePagingEnabledProperty

Backing store for the IsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>) property.

OffscreenPageLimitProperty

Backing store for the attached offscreen page limit property.

ToolbarPlacementProperty

Backing store for the attached property that controls the placement of the toolbar.

Methods

DisableSmoothScroll(IPlatformElementConfiguration<Android,TabbedPage>)

Turns off smooth scrolling for thisTabbedPage.

DisableSwipePaging(IPlatformElementConfiguration<Android,TabbedPage>)

Disables swiped paging.

EnableSmoothScroll(IPlatformElementConfiguration<Android,TabbedPage>)

Turns on smooth scrolling for thisTabbedPage.

EnableSwipePaging(IPlatformElementConfiguration<Android,TabbedPage>)

Enables swiped paging.

GetBarItemColor(BindableObject)
Obsolete.

Returns the color for bar items.

GetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>)
Obsolete.

Returns the color for bar items.

GetBarSelectedItemColor(BindableObject)
Obsolete.

Returns the color for selected bar items.

GetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>)
Obsolete.

Returns the color for selected bar items.

GetIsSmoothScrollEnabled(BindableObject)

Gets whether smooth scrolling is enabled for .

GetIsSwipePagingEnabled(BindableObject)

Returns a Boolean value that tells whether swiped paging is enabled.

GetMaxItemCount(BindableObject)

Returns the maximum allowed number of items.

GetMaxItemCount(IPlatformElementConfiguration<Android,TabbedPage>)

Returns the maximum allowed number of items.

GetOffscreenPageLimit(BindableObject)

Returns the number of offscreen pages are cached in memory.

GetToolbarPlacement(BindableObject)

Returns the toolbar placement.

GetToolbarPlacement(IPlatformElementConfiguration<Android,TabbedPage>)

Returns the toolbar placement.

IsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>)

Gets whether smooth scrolling is enabled for thisTabbedPage.

IsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>)

Gets a Boolean value that controls whether swipe paging is enabled.

OffscreenPageLimit(IPlatformElementConfiguration<Android,TabbedPage>)

Returns the number of offscreen pages are cached in memory.

SetBarItemColor(BindableObject, Color)
Obsolete.

Sets the color for bar items.

SetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)
Obsolete.

Sets the color for bar items.

SetBarSelectedItemColor(BindableObject, Color)
Obsolete.

Sets the color for selected bar items.

SetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)
Obsolete.

Sets the color for selected bar items.

SetIsSmoothScrollEnabled(BindableObject, Boolean)

Enables or disables smooth scrolling on .

SetIsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

Enables or disables smooth scrolling on thisTabbedPage.

SetIsSwipePagingEnabled(BindableObject, Boolean)

Sets a value that controls whether page swiping is enabled to the provided value.

SetIsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

Sets a value that controls whether page swiping is enabled to the provided value.

SetOffscreenPageLimit(BindableObject, Int32)

Sets the number of off-screen pages that are stored in memory to the provided value.

SetOffscreenPageLimit(IPlatformElementConfiguration<Android,TabbedPage>, Int32)

Sets the number of off-screen pages that are stored in memory to the provided value.

SetToolbarPlacement(BindableObject, ToolbarPlacement)

Sets the toolbar placement.

SetToolbarPlacement(IPlatformElementConfiguration<Android,TabbedPage>, ToolbarPlacement)

Sets the toolbar placement.

Applies to