DisableSmoothScroll(IPlatformElementConfiguration<Android,TabbedPage>)
|
Turns off smooth scrolling for this TabbedPage.
|
DisableSwipePaging(IPlatformElementConfiguration<Android,TabbedPage>)
|
Disables swiped paging.
|
EnableSmoothScroll(IPlatformElementConfiguration<Android,TabbedPage>)
|
Turns on smooth scrolling for this TabbedPage.
|
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 this TabbedPage.
|
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 this TabbedPage.
|
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.
|