TabbedPage.SetHeaderIconsEnabled Method

Definition

Overloads

SetHeaderIconsEnabled(BindableObject, Boolean)

Turns header icons on and off.

SetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>, Boolean)

Turns header icons on and off.

SetHeaderIconsEnabled(BindableObject, Boolean)

Turns header icons on and off.

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

Parameters

element
BindableObject

The element on which to perform the operation.

value
Boolean

true to enable header icons. false to disable them.

Applies to

SetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>, Boolean)

Turns header icons on and off.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.TabbedPage> SetHeaderIconsEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.TabbedPage> config, bool value);
static member SetHeaderIconsEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.TabbedPage> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.TabbedPage>

Parameters

config
IPlatformElementConfiguration<Windows,TabbedPage>

The platform configuration for the element on which to perform the operation.

value
Boolean

true to enable header icons. false to disable them.

Returns

A fluent object on which the developer may make further method calls.

Applies to