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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI