FlyoutPage.CollapsedPaneWidth 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
CollapsedPaneWidth(IPlatformElementConfiguration<Windows,FlyoutPage>) | |
CollapsedPaneWidth(IPlatformElementConfiguration<Windows,FlyoutPage>, Double) |
CollapsedPaneWidth(IPlatformElementConfiguration<Windows,FlyoutPage>)
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
public:
[System::Runtime::CompilerServices::Extension]
static double CollapsedPaneWidth(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::FlyoutPage ^> ^ config);
public static double CollapsedPaneWidth (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.FlyoutPage> config);
static member CollapsedPaneWidth : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.FlyoutPage> -> double
<Extension()>
Public Function CollapsedPaneWidth (config As IPlatformElementConfiguration(Of Windows, FlyoutPage)) As Double
Parameters
Returns
Applies to
CollapsedPaneWidth(IPlatformElementConfiguration<Windows,FlyoutPage>, Double)
- Source:
- FlyoutPage.cs
- Source:
- FlyoutPage.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::FlyoutPage ^> ^ CollapsedPaneWidth(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::FlyoutPage ^> ^ config, double value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.FlyoutPage> CollapsedPaneWidth (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.FlyoutPage> config, double value);
static member CollapsedPaneWidth : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.FlyoutPage> * double -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.FlyoutPage>
<Extension()>
Public Function CollapsedPaneWidth (config As IPlatformElementConfiguration(Of Windows, FlyoutPage), value As Double) As IPlatformElementConfiguration(Of Windows, FlyoutPage)
Parameters
- value
- Double
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.