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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.