TabbedPage.SetTabsStyle(BindableObject, TabsStyle) Method

Definition

Sets a value that controls the way that tabs are displayed.

public static void SetTabsStyle (Xamarin.Forms.BindableObject element, Xamarin.Forms.TabsStyle value);
static member SetTabsStyle : Xamarin.Forms.BindableObject * Xamarin.Forms.TabsStyle -> unit

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

value
TabsStyle

The new property value to assign.

Applies to