TabbedPage.GetToolbarPlacement Method

Definition

Overloads

GetToolbarPlacement(BindableObject)

Returns the toolbar placement.

GetToolbarPlacement(IPlatformElementConfiguration<Android,TabbedPage>)

Returns the toolbar placement.

GetToolbarPlacement(BindableObject)

Returns the toolbar placement.

public static Xamarin.Forms.PlatformConfiguration.AndroidSpecific.ToolbarPlacement GetToolbarPlacement (Xamarin.Forms.BindableObject element);
static member GetToolbarPlacement : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.AndroidSpecific.ToolbarPlacement

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

The toolbar placement.

Applies to

GetToolbarPlacement(IPlatformElementConfiguration<Android,TabbedPage>)

Returns the toolbar placement.

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

Parameters

config
IPlatformElementConfiguration<Android,TabbedPage>

The platform specific configuration for the element on which to perform the operation.

Returns

The toolbar placement.

Applies to