MasterDetailPage.CollapsedPaneWidth Method

Definition

Overloads

CollapsedPaneWidth(IPlatformElementConfiguration<Windows,MasterDetailPage>)

Returns the width of the master pane when it is collapsed.

CollapsedPaneWidth(IPlatformElementConfiguration<Windows,MasterDetailPage>, Double)

Sets the width of a pane when it is collapsed.

CollapsedPaneWidth(IPlatformElementConfiguration<Windows,MasterDetailPage>)

Returns the width of the master pane when it is collapsed.

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

Parameters

config
IPlatformElementConfiguration<Windows,MasterDetailPage>

The platform specific configuration that contains the element on which to perform the operation.

Returns

The width of a pane when it is collapsed.

Applies to

CollapsedPaneWidth(IPlatformElementConfiguration<Windows,MasterDetailPage>, Double)

Sets the width of a pane when it is collapsed.

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

Parameters

config
IPlatformElementConfiguration<Windows,MasterDetailPage>

The platform specific configuration that contains the element on which to perform the operation.

value
Double

The new property value to assign.

Returns

The updated configuration object on which developers can make successive method calls.

Applies to