MasterDetailPage.SetCollapseStyle 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
SetCollapseStyle(BindableObject, CollapseStyle) |
Sets a value that controls whether panes collapses fully or partially. |
SetCollapseStyle(IPlatformElementConfiguration<Windows,MasterDetailPage>, CollapseStyle) |
Sets a value that controls whether panes collapses fully or partially. |
SetCollapseStyle(BindableObject, CollapseStyle)
Sets a value that controls whether panes collapses fully or partially.
public static void SetCollapseStyle (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle collapseStyle);
static member SetCollapseStyle : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle -> unit
Parameters
- element
- BindableObject
The platform specific element on which to perform the operation.
- collapseStyle
- CollapseStyle
The new collapse style.
Applies to
SetCollapseStyle(IPlatformElementConfiguration<Windows,MasterDetailPage>, CollapseStyle)
Sets a value that controls whether panes collapses fully or partially.
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.MasterDetailPage> SetCollapseStyle (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.MasterDetailPage> config, Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle value);
static member SetCollapseStyle : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.MasterDetailPage> * Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.MasterDetailPage>
Parameters
The platform specific configuration that contains the element on which to perform the operation.
- value
- CollapseStyle
The new property value to assign.
Returns
The updated configuration object on which developers can make successive method calls.