MasterDetailPage.GetCollapsedPaneWidth(BindableObject) Method

Definition

Returns the width of collapsed panes.

public static double GetCollapsedPaneWidth (Xamarin.Forms.BindableObject element);
static member GetCollapsedPaneWidth : Xamarin.Forms.BindableObject -> double

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

System.Double

The width of collapsed panes.

Applies to