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
- 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
- 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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.