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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.