FlyoutPage.GetCollapseStyle 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
GetCollapseStyle(BindableObject) | |
GetCollapseStyle(IPlatformElementConfiguration<Windows,FlyoutPage>) |
GetCollapseStyle(BindableObject)
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
public:
static Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::CollapseStyle GetCollapseStyle(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle GetCollapseStyle (Microsoft.Maui.Controls.BindableObject element);
static member GetCollapseStyle : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle
Public Function GetCollapseStyle (element As BindableObject) As CollapseStyle
Parameters
- element
- BindableObject
Returns
Applies to
GetCollapseStyle(IPlatformElementConfiguration<Windows,FlyoutPage>)
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::CollapseStyle GetCollapseStyle(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::FlyoutPage ^> ^ config);
public static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle GetCollapseStyle (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.FlyoutPage> config);
static member GetCollapseStyle : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.FlyoutPage> -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle
<Extension()>
Public Function GetCollapseStyle (config As IPlatformElementConfiguration(Of Windows, FlyoutPage)) As CollapseStyle
Parameters
Returns
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI