TabbedPage.GetToolbarPlacement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The platform specific configuration for the element on which to perform the operation.
Returns
The toolbar placement.