共用方式為


FlyoutPage.CollapsedPaneWidth Method

Definition

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