Compartilhar via


Page.GetToolbarPlacement Method

Definition

Overloads

GetToolbarPlacement(BindableObject)

Returns a value that controls the placement of the toolbar.

GetToolbarPlacement(IPlatformElementConfiguration<Windows,Page>)

Returns a value that controls the placement of the toolbar.

GetToolbarPlacement(BindableObject)

Returns a value that controls the placement of the toolbar.

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

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

A value that controls the placement of the toolbar.

Applies to

GetToolbarPlacement(IPlatformElementConfiguration<Windows,Page>)

Returns a value that controls the placement of the toolbar.

public static Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ToolbarPlacement GetToolbarPlacement (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.Page> config);
static member GetToolbarPlacement : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.Page> -> Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ToolbarPlacement

Parameters

config
IPlatformElementConfiguration<Windows,Page>

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

Returns

A value that controls the placement of the toolbar.

Applies to