Share via


FlyoutPage.CollapsedPaneWidth Method

Definition

Overloads

CollapsedPaneWidth(IPlatformElementConfiguration<Windows,FlyoutPage>)
CollapsedPaneWidth(IPlatformElementConfiguration<Windows,FlyoutPage>, Double)

CollapsedPaneWidth(IPlatformElementConfiguration<Windows,FlyoutPage>)

public static double CollapsedPaneWidth (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.FlyoutPage> config);
static member CollapsedPaneWidth : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.FlyoutPage> -> double

Parameters

Returns

System.Double

Applies to

CollapsedPaneWidth(IPlatformElementConfiguration<Windows,FlyoutPage>, Double)

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.FlyoutPage> CollapsedPaneWidth (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.FlyoutPage> config, double value);
static member CollapsedPaneWidth : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.FlyoutPage> * double -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.FlyoutPage>

Parameters

value
System.Double

Returns

Applies to