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
| Name | Description |
|---|---|
| GetCollapseStyle(BindableObject) |
Gets the collapse style for the flyout pane on Windows. |
| GetCollapseStyle(IPlatformElementConfiguration<Windows,FlyoutPage>) |
Gets the collapse style for the flyout pane on Windows. |
GetCollapseStyle(BindableObject)
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
Gets the collapse style for the flyout pane on Windows.
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
The element to get the collapse style from.
Returns
The collapse style.
Applies to
GetCollapseStyle(IPlatformElementConfiguration<Windows,FlyoutPage>)
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
Gets the collapse style for the flyout pane on Windows.
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
The platform configuration.
Returns
The collapse style.