MasterDetailPage.SetCollapsedPaneWidth(BindableObject, Double) Method

Definition

Sets the width of collapsed panes.

public static void SetCollapsedPaneWidth (Xamarin.Forms.BindableObject element, double collapsedPaneWidth);
static member SetCollapsedPaneWidth : Xamarin.Forms.BindableObject * double -> unit

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

collapsedPaneWidth
System.Double

The new width for collapsed panes.

Applies to