TabbedPage.SetToolbarPlacement Method

Definition

Overloads

SetToolbarPlacement(IPlatformElementConfiguration<Android,TabbedPage>, ToolbarPlacement)

Sets the toolbar placement.

SetToolbarPlacement(BindableObject, ToolbarPlacement)

Sets the toolbar placement.

SetToolbarPlacement(IPlatformElementConfiguration<Android,TabbedPage>, ToolbarPlacement)

Sets the toolbar placement.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> SetToolbarPlacement (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config, Xamarin.Forms.PlatformConfiguration.AndroidSpecific.ToolbarPlacement value);
static member SetToolbarPlacement : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage> * Xamarin.Forms.PlatformConfiguration.AndroidSpecific.ToolbarPlacement -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage>

Parameters

config
IPlatformElementConfiguration<Android,TabbedPage>

The platform configuration for the platform specific element whose value to set.

value
ToolbarPlacement

The new toolbar placement value.

Returns

A fluent object on which the developer can make further method calls.

Applies to

SetToolbarPlacement(BindableObject, ToolbarPlacement)

Sets the toolbar placement.

public static void SetToolbarPlacement (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.AndroidSpecific.ToolbarPlacement value);
static member SetToolbarPlacement : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.AndroidSpecific.ToolbarPlacement -> unit

Parameters

element
BindableObject

The platform specific element whose value to set.

value
ToolbarPlacement

The new toolbar placement value.

Applies to