TabbedPage.SetToolbarPlacement 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
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
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.