MasterDetailPage.GetCollapseStyle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetCollapseStyle(BindableObject) |
Returns a value that controls whether panes collapses fully or partially. |
GetCollapseStyle(IPlatformElementConfiguration<Windows,MasterDetailPage>) |
Returns a value that controls whether panes collapses fully or partially. |
GetCollapseStyle(BindableObject)
Returns a value that controls whether panes collapses fully or partially.
public static Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle GetCollapseStyle (Xamarin.Forms.BindableObject element);
static member GetCollapseStyle : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle
Parameters
- element
- BindableObject
The platform specific element on which to perform the operation.
Returns
A value that controls whether panes collapses fully or partially.
Applies to
GetCollapseStyle(IPlatformElementConfiguration<Windows,MasterDetailPage>)
Returns a value that controls whether panes collapses fully or partially.
public static Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle GetCollapseStyle (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.MasterDetailPage> config);
static member GetCollapseStyle : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.MasterDetailPage> -> Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle
Parameters
The platform specific configuration that contains the element on which to perform the operation.
Returns
A value that controls whether panes collapses fully or partially.