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)
- Source:
- TabbedPage.cs
- Source:
- TabbedPage.cs
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>)
- Source:
- TabbedPage.cs
- Source:
- TabbedPage.cs
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
The platform specific configuration for the element on which to perform the operation.
Returns
The toolbar placement.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.