TabbedPage.SetBarItemColor Method

Definition

Overloads

SetBarItemColor(BindableObject, Color)
Obsolete.

Sets the color for bar items.

SetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)
Obsolete.

Sets the color for bar items.

SetBarItemColor(BindableObject, Color)

Caution

BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.

Sets the color for bar items.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.")]
public static void SetBarItemColor (Xamarin.Forms.BindableObject element, Xamarin.Forms.Color value);
static member SetBarItemColor : Xamarin.Forms.BindableObject * Xamarin.Forms.Color -> unit

Parameters

element
BindableObject

The element whose value to set.

value
Color

The new bar item color value.

Attributes
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Applies to

SetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)

Caution

BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.

Sets the color for bar items.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.")]
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> SetBarItemColor (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config, Xamarin.Forms.Color value);
static member SetBarItemColor : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage> * Xamarin.Forms.Color -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage>

Parameters

config
IPlatformElementConfiguration<Android,TabbedPage>

The platform configuration for the element whose value to set.

value
Color

The new bar item color value.

Returns

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

Attributes
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Applies to