Share via


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 Microsoft::Maui::Controls::PlatformConfiguration::AndroidSpecific::ToolbarPlacement GetToolbarPlacement(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement GetToolbarPlacement (Microsoft.Maui.Controls.BindableObject element);
static member GetToolbarPlacement : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement
Public Function GetToolbarPlacement (element As BindableObject) As 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:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::PlatformConfiguration::AndroidSpecific::ToolbarPlacement GetToolbarPlacement(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::TabbedPage ^> ^ config);
public static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement GetToolbarPlacement (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.TabbedPage> config);
static member GetToolbarPlacement : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.TabbedPage> -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement
<Extension()>
Public Function GetToolbarPlacement (config As IPlatformElementConfiguration(Of Android, TabbedPage)) As 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